summaryrefslogtreecommitdiff
path: root/targets/emulation/qemu-x86
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2009-08-27 14:22:56 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2009-08-27 14:22:56 +0000
commitd30722d445709c7a6f3f204465823cc15ccbeeab (patch)
tree71252e2e7921b47f16d30e76e702c55617c98812 /targets/emulation/qemu-x86
parent2447a9071b6f731620f6b57761bcd67faf246228 (diff)
Change some more image names to "fallback" (not "image").
Also, if there's only one image, it should be named "fallback", not "normal". Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4600 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/emulation/qemu-x86')
-rw-r--r--targets/emulation/qemu-x86/Config-lab.lb4
-rw-r--r--targets/emulation/qemu-x86/Config.OLPC.lb4
-rw-r--r--targets/emulation/qemu-x86/Config.lb4
3 files changed, 6 insertions, 6 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"
diff --git a/targets/emulation/qemu-x86/Config.OLPC.lb b/targets/emulation/qemu-x86/Config.OLPC.lb
index 6f5b2abe4c..1b240f7ed6 100644
--- a/targets/emulation/qemu-x86/Config.OLPC.lb
+++ b/targets/emulation/qemu-x86/Config.OLPC.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="-OpenBIOS"
payload /tmp/olpcpayload.elf
end
-buildrom ./coreboot.rom CONFIG_ROM_SIZE "image"
+buildrom ./coreboot.rom CONFIG_ROM_SIZE "fallback"
diff --git a/targets/emulation/qemu-x86/Config.lb b/targets/emulation/qemu-x86/Config.lb
index 659da67358..a05e815e86 100644
--- a/targets/emulation/qemu-x86/Config.lb
+++ b/targets/emulation/qemu-x86/Config.lb
@@ -12,11 +12,11 @@ option CONFIG_IRQ_SLOT_COUNT=6
option CONFIG_DEFAULT_CONSOLE_LOGLEVEL=9
option CONFIG_MAXIMUM_CONSOLE_LOGLEVEL=9
-romimage "normal"
+romimage "fallback"
option COREBOOT_EXTRA_VERSION="-GRUB2"
# payload /home/stepan/core.img
payload ../payload.elf
end
-buildrom ./coreboot.rom CONFIG_ROM_SIZE "normal"
+buildrom ./coreboot.rom CONFIG_ROM_SIZE "fallback"