From c3f1eaa32dc2ab48e193778d45b97d4d2206b0b2 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Wed, 8 Jan 2020 12:36:47 +0100 Subject: arm64: versal: Generate position-independent pre-relocation code Enable position independent pre-relocation to let users options to put u-boot to different locations. Signed-off-by: Michal Simek --- configs/xilinx_versal_virt_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs') diff --git a/configs/xilinx_versal_virt_defconfig b/configs/xilinx_versal_virt_defconfig index b764cf24d9..62ff8c8e0e 100644 --- a/configs/xilinx_versal_virt_defconfig +++ b/configs/xilinx_versal_virt_defconfig @@ -1,4 +1,5 @@ CONFIG_ARM=y +CONFIG_POSITION_INDEPENDENT=y CONFIG_ARCH_VERSAL=y CONFIG_SYS_TEXT_BASE=0x8000000 CONFIG_SYS_MALLOC_F_LEN=0x100000 -- cgit v1.2.3