diff options
author | Thierry Reding <treding@nvidia.com> | 2019-04-15 11:32:32 +0200 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2019-06-05 09:16:35 -0700 |
commit | 74a50ac2a4b9a1906fa3787a4bcd5b079e97d3f8 (patch) | |
tree | 43ce759010e837986bcbb149145bfa2ffe5e8c97 /configs/p2571_defconfig | |
parent | b571766453c83aadfd44f6c4adbb0130bbfa50e3 (diff) | |
download | u-boot-74a50ac2a4b9a1906fa3787a4bcd5b079e97d3f8.tar.gz u-boot-74a50ac2a4b9a1906fa3787a4bcd5b079e97d3f8.tar.bz2 u-boot-74a50ac2a4b9a1906fa3787a4bcd5b079e97d3f8.zip |
ARM: tegra: Enable position independent build for 64-bit
Note that U-Boot is always chainloaded from cboot starting with L4T
release 28. cboot always loads U-Boot to a fixed address, so making
the builds position independent isn't strictly necessary. However,
position independent builds can be convenient because if U-Boot is
ever loaded to an address different from its link address, it will
still be able to boot.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'configs/p2571_defconfig')
-rw-r--r-- | configs/p2571_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/p2571_defconfig b/configs/p2571_defconfig index d28506b1c6..1c47064c04 100644 --- a/configs/p2571_defconfig +++ b/configs/p2571_defconfig @@ -1,6 +1,6 @@ CONFIG_ARM=y CONFIG_TEGRA=y -CONFIG_SYS_TEXT_BASE=0x80110000 +CONFIG_SYS_TEXT_BASE=0x80080000 CONFIG_NR_DRAM_BANKS=2 CONFIG_TEGRA210=y CONFIG_TARGET_P2571=y |