From 66fd775168a46e5f7ee0c121735d3be98bbcab1c Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Sun, 19 Jan 2014 17:02:11 +0100 Subject: 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 Reviewed-on: http://review.coreboot.org/4754 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc --- src/mainboard/emulation/qemu-armv7/Kconfig | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'src/mainboard/emulation') 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 -- cgit v1.2.3