summaryrefslogtreecommitdiff
path: root/targets
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2007-10-22 10:07:46 +0000
committerStefan Reinauer <stepan@openbios.org>2007-10-22 10:07:46 +0000
commitd56981f778a0f2de5d31af658c6589672126a32b (patch)
treed8e0b3039fddd558992f2834f8937e19e1de64ff /targets
parentcb56d216fcd798ac598d0bce6b40cdac11ffe6ce (diff)
downloadcoreboot-d56981f778a0f2de5d31af658c6589672126a32b.tar.xz
This is a hack for easier testing of GRUB2 in LinuxBIOSv2
since it is still our most wide-spread codebase. The patch is pretty trivial, and nobody except Torsten even looked at it in a week, so.... Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2880 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets')
-rw-r--r--targets/emulation/qemu-i386/Config.lb4
1 files changed, 2 insertions, 2 deletions
diff --git a/targets/emulation/qemu-i386/Config.lb b/targets/emulation/qemu-i386/Config.lb
index 23e831cc78..cf4e773252 100644
--- a/targets/emulation/qemu-i386/Config.lb
+++ b/targets/emulation/qemu-i386/Config.lb
@@ -12,8 +12,8 @@ option IRQ_SLOT_COUNT=6
romimage "image"
option ROM_IMAGE_SIZE=0x10000
- option LINUXBIOS_EXTRA_VERSION="-OpenBIOS"
- payload /home/stepan/openbios.elf
+ option LINUXBIOS_EXTRA_VERSION="-GRUB2"
+ payload /home/stepan/core.img
end
buildrom ./qemu-bios.rom ROM_SIZE "image"