mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-29 18:41:37 +02:00
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 <michal.simek@xilinx.com>
This commit is contained in:
parent
1025bd098a
commit
c3f1eaa32d
@ -1,4 +1,5 @@
|
|||||||
CONFIG_ARM=y
|
CONFIG_ARM=y
|
||||||
|
CONFIG_POSITION_INDEPENDENT=y
|
||||||
CONFIG_ARCH_VERSAL=y
|
CONFIG_ARCH_VERSAL=y
|
||||||
CONFIG_SYS_TEXT_BASE=0x8000000
|
CONFIG_SYS_TEXT_BASE=0x8000000
|
||||||
CONFIG_SYS_MALLOC_F_LEN=0x100000
|
CONFIG_SYS_MALLOC_F_LEN=0x100000
|
||||||
|
Loading…
x
Reference in New Issue
Block a user