aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mainboard/emulation/qemu-armv7/Kconfig10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/mainboard/emulation/qemu-armv7/Kconfig b/src/mainboard/emulation/qemu-armv7/Kconfig
index ff98eefcbe..9ab9767ed1 100644
--- a/src/mainboard/emulation/qemu-armv7/Kconfig
+++ b/src/mainboard/emulation/qemu-armv7/Kconfig
@@ -88,10 +88,18 @@ config CBFS_ROM_OFFSET
hex
default 0x0110000
-config IRAM_STACK
+config STACK_TOP
hex
default 0x0007ff00
+config STACK_BOTTOM
+ hex
+ default 0x00040000
+
+config STACK_SIZE
+ hex
+ default 0x0003ff00
+
config XIP_ROM_SIZE
hex
default ROMSTAGE_SIZE