Re: [PATCH v3 1/7] arm: juno: Fix Juno address variables

2020-05-07 Thread Tom Rini
On Mon, Apr 27, 2020 at 07:17:58PM +0100, Andre Przywara wrote: > The U-Boot documentation explains that variables ending with "_r" hold > addresses in DRAM, while those without that ending point to flash/ROM. > The default variables for the Juno board pointing to the kernel and DTB > load

Re: [PATCH v3 1/7] arm: juno: Fix Juno address variables

2020-04-28 Thread Simon Glass
On Mon, 27 Apr 2020 at 12:18, Andre Przywara wrote: > > The U-Boot documentation explains that variables ending with "_r" hold > addresses in DRAM, while those without that ending point to flash/ROM. > The default variables for the Juno board pointing to the kernel and DTB > load addresses were

[PATCH v3 1/7] arm: juno: Fix Juno address variables

2020-04-27 Thread Andre Przywara
The U-Boot documentation explains that variables ending with "_r" hold addresses in DRAM, while those without that ending point to flash/ROM. The default variables for the Juno board pointing to the kernel and DTB load addresses were not complying with this scheme: they lack the extension, but