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

repository service svn at coreboot.org
Wed Feb 3 21:52:15 CET 2010


Author: uwe
Date: Wed Feb  3 21:52:14 2010
New Revision: 5079
URL: http://tracker.coreboot.org/trac/coreboot/changeset/5079

Log:
Add missing CONFIG_ prefix to make manual QEMU build work (trivial).

Signed-off-by: Uwe Hermann <uwe at hermann-uwe.de>
Acked-by: Uwe Hermann <uwe at hermann-uwe.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:57:55 2010	(r5078)
+++ trunk/targets/emulation/qemu-x86/Config.lb	Wed Feb  3 21:52:14 2010	(r5079)
@@ -13,7 +13,7 @@
 option CONFIG_MAXIMUM_CONSOLE_LOGLEVEL=9
 
 romimage "fallback" 
-	option USE_FALLBACK_IMAGE=1
+	option CONFIG_USE_FALLBACK_IMAGE=1
 	option COREBOOT_EXTRA_VERSION="-GRUB2"
 #	payload /home/stepan/core.img
 	payload ../payload.elf




More information about the coreboot mailing list