diff options
Diffstat (limited to 'targets/emulation/qemu-x86/Config-lab.lb')
-rw-r--r-- | targets/emulation/qemu-x86/Config-lab.lb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/targets/emulation/qemu-x86/Config-lab.lb b/targets/emulation/qemu-x86/Config-lab.lb index 2e38aa1fd1..d68ffd9f0b 100644 --- a/targets/emulation/qemu-x86/Config-lab.lb +++ b/targets/emulation/qemu-x86/Config-lab.lb @@ -12,10 +12,10 @@ option CC="gcc -m32" option CONFIG_HAVE_PIRQ_TABLE=1 option CONFIG_IRQ_SLOT_COUNT=6 -romimage "image" +romimage "fallback" option COREBOOT_EXTRA_VERSION="-LAB" payload ../payload.elf.lzma end -buildrom ./coreboot.rom CONFIG_ROM_SIZE "image" +buildrom ./coreboot.rom CONFIG_ROM_SIZE "fallback" |