From: Joel Stanley Date: Wed, 29 Jun 2022 07:05:20 +0000 (+0930) Subject: config/ast2600: Make position independent X-Git-Tag: baikal/mips/sdk5.8.2~5^2~292^2~5^2~6 X-Git-Url: https://git.baikalelectronics.ru/sdk/?a=commitdiff_plain;h=f9284c69ae3d8f016ddc8907e6eca6b0ab6d67f6;p=uboot.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