ARM: tegra: Enable position independent build for 64-bit
authorThierry Reding <treding@nvidia.com>
Mon, 15 Apr 2019 09:32:32 +0000 (11:32 +0200)
committerTom Warren <twarren@nvidia.com>
Wed, 5 Jun 2019 16:16:35 +0000 (09:16 -0700)
commit74a50ac2a4b9a1906fa3787a4bcd5b079e97d3f8
tree43ce759010e837986bcbb149145bfa2ffe5e8c97
parentb571766453c83aadfd44f6c4adbb0130bbfa50e3
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>
arch/arm/mach-tegra/Kconfig
configs/e2220-1170_defconfig
configs/p2371-0000_defconfig
configs/p2371-2180_defconfig
configs/p2571_defconfig