Re: [PATCH 5/8] sunxi: board: Save the chosen DT name in the SPL header

2020-09-22 Thread André Przywara
On 22/09/2020 02:12, Samuel Holland wrote: Hi, > On 9/21/20 7:41 PM, André Przywara wrote: >> On 03/09/2020 06:07, Samuel Holland wrote: >>> This overwrites the name loaded from the SPL image. It will be different >>> if there was previously no name provided, or if a more accurate name was >>>

Re: [PATCH 5/8] sunxi: board: Save the chosen DT name in the SPL header

2020-09-21 Thread Samuel Holland
On 9/21/20 7:41 PM, André Przywara wrote: > On 03/09/2020 06:07, Samuel Holland wrote: >> This overwrites the name loaded from the SPL image. It will be different >> if there was previously no name provided, or if a more accurate name was >> determined by the board variant selection logic. This

Re: [PATCH 5/8] sunxi: board: Save the chosen DT name in the SPL header

2020-09-21 Thread André Przywara
On 03/09/2020 06:07, Samuel Holland wrote: > This overwrites the name loaded from the SPL image. It will be different > if there was previously no name provided, or if a more accurate name was > determined by the board variant selection logic. This means that the DT> name > in the SPL header now

[PATCH 5/8] sunxi: board: Save the chosen DT name in the SPL header

2020-09-02 Thread Samuel Holland
This overwrites the name loaded from the SPL image. It will be different if there was previously no name provided, or if a more accurate name was determined by the board variant selection logic. This means that the DT name in the SPL header now always matches the DT appended to U-Boot.