summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2010-02-03 20:52:14 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2010-02-03 20:52:14 +0000
commit3fb8c6637e4dc6bfa006c326cec3013d7f469c89 (patch)
treeda4da7a5693658c3dc7beb9c8afc38bdd576635e
parentf657bfce3bd9b854262647b03795c39e28a7842c (diff)
downloadcoreboot-staging-3fb8c6637e4dc6bfa006c326cec3013d7f469c89.zip
coreboot-staging-3fb8c6637e4dc6bfa006c326cec3013d7f469c89.tar.gz
Add missing CONFIG_ prefix to make manual QEMU build work (trivial).
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5079 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r--targets/emulation/qemu-x86/Config.lb2
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/emulation/qemu-x86/Config.lb b/targets/emulation/qemu-x86/Config.lb
index e27fc12..3425baa 100644
--- a/targets/emulation/qemu-x86/Config.lb
+++ b/targets/emulation/qemu-x86/Config.lb
@@ -13,7 +13,7 @@ option CONFIG_DEFAULT_CONSOLE_LOGLEVEL=9
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
OpenPOWER on IntegriCloud