aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/emulation/qemu-armv7
diff options
context:
space:
mode:
authorVladimir Serbinenko <phcoder@gmail.com>2014-01-19 17:02:11 +0100
committerVladimir Serbinenko <phcoder@gmail.com>2014-01-22 19:38:12 +0100
commit66fd775168a46e5f7ee0c121735d3be98bbcab1c (patch)
tree4f9b40cd27bd2f5061f3fe3a5a8a78496bb361bd /src/mainboard/emulation/qemu-armv7
parente7e9502d46735e4f1aafd9b362d912070b9bb29d (diff)
emulation/qemu-armv7: Fix wrong stack parameters.
Now it boots up to message "Could not find payload". Change-Id: I07ddca7046492f7e0dec15a8ea00c2870b09ee67 Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-on: http://review.coreboot.org/4754 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'src/mainboard/emulation/qemu-armv7')
-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