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 <vishruthj@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com> Reviewed-by: Stephen Warren <swarren@nvidia.com> Tested-by: Peter Robinson <probinson@gmail.com>
This commit is contained in:
parent
d43c1dc2e8
commit
c0d436fe89
@ -36,3 +36,4 @@ CONFIG_TEGRA186_POWER_DOMAIN=y
|
||||
CONFIG_SYS_NS16550=y
|
||||
CONFIG_USB=y
|
||||
CONFIG_DM_USB=y
|
||||
CONFIG_POSITION_INDEPENDENT=y
|
||||
|
@ -36,3 +36,4 @@ CONFIG_TEGRA186_POWER_DOMAIN=y
|
||||
CONFIG_SYS_NS16550=y
|
||||
CONFIG_USB=y
|
||||
CONFIG_DM_USB=y
|
||||
CONFIG_POSITION_INDEPENDENT=y
|
||||
|
Loading…
Reference in New Issue
Block a user