[coreboot] r3772 - trunk/coreboot-v2/targets/emulation/qemu-x86

svn at coreboot.org svn at coreboot.org
Wed Nov 26 20:46:27 CET 2008


Author: ward
Date: 2008-11-26 20:46:27 +0100 (Wed, 26 Nov 2008)
New Revision: 3772

Modified:
   trunk/coreboot-v2/targets/emulation/qemu-x86/Config.lb
Log:

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

This is a trivial patch.

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



Modified: trunk/coreboot-v2/targets/emulation/qemu-x86/Config.lb
===================================================================
--- trunk/coreboot-v2/targets/emulation/qemu-x86/Config.lb	2008-11-25 16:41:21 UTC (rev 3771)
+++ trunk/coreboot-v2/targets/emulation/qemu-x86/Config.lb	2008-11-26 19:46:27 UTC (rev 3772)
@@ -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"
 





More information about the coreboot mailing list