diff options
author | Ward Vandewege <ward@gnu.org> | 2008-11-26 19:46:27 +0000 |
---|---|---|
committer | Ward Vandewege <ward@gnu.org> | 2008-11-26 19:46:27 +0000 |
commit | 544dca4195a6fb77286299bf42d4db5813dc28ac (patch) | |
tree | 623078775140905c2de7d38cc84fcf133d110a39 /targets/emulation | |
parent | 58edecdc1e0c7e811c02eb2f3f9c30fa23d4890d (diff) | |
download | coreboot-544dca4195a6fb77286299bf42d4db5813dc28ac.tar.xz |
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
Diffstat (limited to 'targets/emulation')
-rw-r--r-- | targets/emulation/qemu-x86/Config.lb | 2 |
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" |