mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
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:
committed by
Mark Cave-Ayland
parent
d0b1458780
commit
e31f031549
@@ -11,7 +11,7 @@
|
|||||||
#include "openbios.h"
|
#include "openbios.h"
|
||||||
|
|
||||||
#define MAIN_STACK_SIZE 16384
|
#define MAIN_STACK_SIZE 16384
|
||||||
#define IMAGE_STACK_SIZE 4096*4
|
#define IMAGE_STACK_SIZE 4096*2
|
||||||
|
|
||||||
#define debug printk
|
#define debug printk
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user