j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
Author: mcayland Date: Sun Oct 24 23:34:21 2010 New Revision: 920 URL: http://tracker.coreboot.org/trac/openbios/changeset/920
Log: 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
Modified: trunk/openbios-devel/arch/sparc32/context.c
Modified: trunk/openbios-devel/arch/sparc32/context.c ============================================================================== --- trunk/openbios-devel/arch/sparc32/context.c Sun Oct 24 22:20:14 2010 (r919) +++ trunk/openbios-devel/arch/sparc32/context.c Sun Oct 24 23:34:21 2010 (r920) @@ -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