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:
parent
58edecdc1e
commit
544dca4195
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue