From d56981f778a0f2de5d31af658c6589672126a32b Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Mon, 22 Oct 2007 10:07:46 +0000 Subject: 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 Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2880 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- targets/emulation/qemu-i386/Config.lb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'targets') 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" -- cgit v1.2.3