summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Stanley <[email protected]>2022-06-29 16:35:20 +0930
committerTom Rini <[email protected]>2022-07-06 14:32:00 -0400
commitc24129e8b2bb3113d84e30b805e6c689664050c9 (patch)
treea5b83f7cb00b305bb12881137ae55be242366c96
parent82010a704e97b29de23e15e4d18dd98341f7bae1 (diff)
config/ast2600: Make position independent
Allows loading one u-boot from another. Useful for testing on hardware. Reviewed-by: Chia-Wei Wang <[email protected]> Reviewed-by: Cédric Le Goater <[email protected]> Signed-off-by: Joel Stanley <[email protected]>
-rw-r--r--configs/evb-ast2600_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/evb-ast2600_defconfig b/configs/evb-ast2600_defconfig
index 3dcbcd2e363..4788c4f4f7f 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