Reduce SPARC32 stack space since otherwise compiling with -O0 results in a 'rom: requested regions overlap (rom

/home/build/rel-qemu-git/share/qemu/openbios-sparc32. free=0x0000000070101000, addr=0x0000000070000000)
rom loading failed' error when starting qemu.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>


git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@920 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Mark Cave-Ayland
2010-10-24 21:34:21 +00:00
committed by Mark Cave-Ayland
parent d0b1458780
commit e31f031549

View File

@@ -11,7 +11,7 @@
#include "openbios.h"
#define MAIN_STACK_SIZE 16384
#define IMAGE_STACK_SIZE 4096*4
#define IMAGE_STACK_SIZE 4096*2
#define debug printk