From: Joel Stanley Date: Wed, 29 Jun 2022 07:05:20 +0000 (+0930) Subject: config/ast2600: Make position independent X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=c24129e8b2bb3113d84e30b805e6c689664050c9;p=u-boot.git config/ast2600: Make position independent Allows loading one u-boot from another. Useful for testing on hardware. Reviewed-by: Chia-Wei Wang Reviewed-by: Cédric Le Goater Signed-off-by: Joel Stanley --- diff --git a/configs/evb-ast2600_defconfig b/configs/evb-ast2600_defconfig index 3dcbcd2e36..4788c4f4f7 100644 --- a/configs/evb-ast2600_defconfig +++ b/configs/evb-ast2600_defconfig @@ -1,5 +1,6 @@ CONFIG_ARM=y CONFIG_SYS_DCACHE_OFF=y +CONFIG_POSITION_INDEPENDENT=y CONFIG_SPL_SYS_THUMB_BUILD=y CONFIG_ARCH_ASPEED=y CONFIG_SYS_TEXT_BASE=0x80000000