diff mbox series

[v2,2/7] config/ast2600: Make position independent

Message ID 20220629070525.575426-3-joel@jms.id.au
State Awaiting Upstream
Delegated to: Tom Rini
Headers show
Series aspeed: Add AST2600 machine to CI | expand

Commit Message

Joel Stanley June 29, 2022, 7:05 a.m. UTC
Allows loading one u-boot from another. Useful for testing on hardware.

Reviewed-by: Chia-Wei Wang <chiawei_wang@aspeedtech.com>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: Joel Stanley <joel@jms.id.au>
---
 configs/evb-ast2600_defconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/configs/evb-ast2600_defconfig b/configs/evb-ast2600_defconfig
index 867401f101dc..07784fe8ac62 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_SPL_LDSCRIPT="arch/arm/mach-aspeed/ast2600/u-boot-spl.lds"
 CONFIG_ARCH_ASPEED=y