From: Michal Simek Date: Wed, 8 Jan 2020 11:36:47 +0000 (+0100) Subject: arm64: versal: Generate position-independent pre-relocation code X-Git-Url: http://git.dujemihanovic.xyz/img/static/gitweb.css?a=commitdiff_plain;h=c3f1eaa32dc2ab48e193778d45b97d4d2206b0b2;p=u-boot.git 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 --- 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