]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: tegra: move kernel_addr_r on T210
authorStephen Warren <swarren@nvidia.com>
Fri, 7 Aug 2015 22:12:43 +0000 (16:12 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 08:23:17 +0000 (10:23 +0200)
commit58c874883d924053c8a91bab8391a4273fe03b20
tree474bf9b7801fce2262057ddd699c7c1460bf6a66
parentfd1d068791be7d33ab0259a15c3778051bd16b97
ARM: tegra: move kernel_addr_r on T210

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@nvidia.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
include/configs/tegra210-common.h