[coreboot] [commit] r5078 - trunk/targets/emulation/qemu-x86

repository service svn at coreboot.org
Wed Feb 3 18:57:55 CET 2010


Author: oxygene
Date: Wed Feb  3 18:57:55 2010
New Revision: 5078
URL: http://tracker.coreboot.org/trac/coreboot/changeset/5078

Log:
Trivial: In QEmu, the fallback image should USE_FALLBACK_IMAGE.
(fixed buildtarget)


Signed-off-by: Patrick Georgi <patrick.georgi at coresystems.de>
Acked-by: Patrick Georgi <patrick.georgi at coresystems.de>

Modified:
   trunk/targets/emulation/qemu-x86/Config.lb

Modified: trunk/targets/emulation/qemu-x86/Config.lb
==============================================================================
--- trunk/targets/emulation/qemu-x86/Config.lb	Wed Feb  3 18:56:37 2010	(r5077)
+++ trunk/targets/emulation/qemu-x86/Config.lb	Wed Feb  3 18:57:55 2010	(r5078)
@@ -13,6 +13,7 @@
 option CONFIG_MAXIMUM_CONSOLE_LOGLEVEL=9
 
 romimage "fallback" 
+	option USE_FALLBACK_IMAGE=1
 	option COREBOOT_EXTRA_VERSION="-GRUB2"
 #	payload /home/stepan/core.img
 	payload ../payload.elf




More information about the coreboot mailing list