diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2010-02-03 20:52:14 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2010-02-03 20:52:14 +0000 |
commit | 3fb8c6637e4dc6bfa006c326cec3013d7f469c89 (patch) | |
tree | da4da7a5693658c3dc7beb9c8afc38bdd576635e | |
parent | f657bfce3bd9b854262647b03795c39e28a7842c (diff) |
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.lb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/emulation/qemu-x86/Config.lb b/targets/emulation/qemu-x86/Config.lb index e27fc121a5..3425baa376 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 |