Re: [U-Boot] [PATCH 1/3] ARM: tegra: move kernel_addr_r on T210

2015-08-09 Thread Simon Glass
On 7 August 2015 at 16:12, Stephen Warren wrote: > From: Stephen Warren > > The new value is the most likely value where the kernel wants to end up > at run-time. Selecting this value as the load address likely avoids the > need to copy the kernel image from the actual load address to the desired

[U-Boot] [PATCH 1/3] ARM: tegra: move kernel_addr_r on T210

2015-08-07 Thread Stephen Warren
From: Stephen Warren The new value is the most likely value where the kernel wants to end up at run-time. Selecting this value as the load address likely avoids the need to copy the kernel image from the actual load address to the desired load address. Note that this isn't guaranteed since the ke