Increase the qemu rom size (non-LAB) to 512KB so that grub2 fits.

This is a trivial patch.

Signed-off-by: Ward Vandewege <ward@gnu.org>
Acked-by: Ward Vandewege <ward@gnu.org>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3772 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Ward Vandewege 2008-11-26 19:46:27 +00:00
parent 58edecdc1e
commit 544dca4195

View file

@ -3,7 +3,7 @@
target qemu-x86
mainboard emulation/qemu-x86
option ROM_SIZE=256*1024
option ROM_SIZE=512*1024
option CC="gcc -m32"