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
This commit is contained in:
parent
f657bfce3b
commit
3fb8c6637e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue