From: Vishruth Date: Thu, 26 Mar 2020 22:20:43 +0000 (-0700) Subject: ARM: tegra: p2771-0000: enable PIE relocation X-Git-Tag: v2020.04-rc5~5^2~9 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c0d436fe892f1cc31bde3426834fe8512bc8a029;p=oweals%2Fu-boot.git ARM: tegra: p2771-0000: enable PIE relocation U-Boot is configured to build as position independent executable. Enable relocation of RELA section required to work with different load addresses. Signed-off-by: Vishruth Signed-off-by: Tom Warren Reviewed-by: Stephen Warren Tested-by: Peter Robinson --- diff --git a/configs/p2771-0000-000_defconfig b/configs/p2771-0000-000_defconfig index 06f12e2b95..e347a7728b 100644 --- a/configs/p2771-0000-000_defconfig +++ b/configs/p2771-0000-000_defconfig @@ -36,3 +36,4 @@ CONFIG_TEGRA186_POWER_DOMAIN=y CONFIG_SYS_NS16550=y CONFIG_USB=y CONFIG_DM_USB=y +CONFIG_POSITION_INDEPENDENT=y diff --git a/configs/p2771-0000-500_defconfig b/configs/p2771-0000-500_defconfig index 1a14a9244a..0803b26cd8 100644 --- a/configs/p2771-0000-500_defconfig +++ b/configs/p2771-0000-500_defconfig @@ -36,3 +36,4 @@ CONFIG_TEGRA186_POWER_DOMAIN=y CONFIG_SYS_NS16550=y CONFIG_USB=y CONFIG_DM_USB=y +CONFIG_POSITION_INDEPENDENT=y