summaryrefslogtreecommitdiff
path: root/configs/p2371-0000_defconfig
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2019-04-15 11:32:32 +0200
committerTom Warren <twarren@nvidia.com>2019-06-05 09:16:35 -0700
commit74a50ac2a4b9a1906fa3787a4bcd5b079e97d3f8 (patch)
tree43ce759010e837986bcbb149145bfa2ffe5e8c97 /configs/p2371-0000_defconfig
parentb571766453c83aadfd44f6c4adbb0130bbfa50e3 (diff)
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/p2371-0000_defconfig')
-rw-r--r--configs/p2371-0000_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/p2371-0000_defconfig b/configs/p2371-0000_defconfig
index cdcb98a77e..aa9c1f66c4 100644
--- a/configs/p2371-0000_defconfig
+++ b/configs/p2371-0000_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_P2371_0000=y