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

Simon Glass sjg at chromium.org
Sun Aug 9 17:07:32 CEST 2015


On 7 August 2015 at 16:12, Stephen Warren <swarren at wwwdotorg.org> wrote:
> From: Stephen Warren <swarren at nvidia.com>
>
> 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 kernel may wish
> to run at an arbitrary location. In that case, U-Boot will still relocate
> the image according to its wishes; this change is a performance
> optimization, not a hard-coding of the final image location.
>
> Signed-off-by: Stephen Warren <swarren at nvidia.com>
> ---
>  include/configs/tegra210-common.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list