aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWard Vandewege <ward@gnu.org>2008-11-26 19:46:27 +0000
committerWard Vandewege <ward@gnu.org>2008-11-26 19:46:27 +0000
commit544dca4195a6fb77286299bf42d4db5813dc28ac (patch)
tree623078775140905c2de7d38cc84fcf133d110a39
parent58edecdc1e0c7e811c02eb2f3f9c30fa23d4890d (diff)
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
-rw-r--r--targets/emulation/qemu-x86/Config.lb2
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/emulation/qemu-x86/Config.lb b/targets/emulation/qemu-x86/Config.lb
index 55f3575d95..7bdfda5ad4 100644
--- a/targets/emulation/qemu-x86/Config.lb
+++ b/targets/emulation/qemu-x86/Config.lb
@@ -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"