summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cpu/allwinner/a10/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cpu/allwinner/a10/Kconfig b/src/cpu/allwinner/a10/Kconfig
index 27049052d3..e38227b755 100644
--- a/src/cpu/allwinner/a10/Kconfig
+++ b/src/cpu/allwinner/a10/Kconfig
@@ -36,6 +36,11 @@ config CBFS_HEADER_ROM_OFFSET
config CBFS_ROM_OFFSET
default 0x5fc0
+# Arbitrarily chosen to be at the base of SDRAM
+config RAMSTAGE_BASE
+ hex
+ default SYS_SDRAM_BASE
+
# 16 MiB above ramstage, so there is no overlap
config ROMSTAGE_BASE
hex