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
This commit is contained in:
Uwe Hermann
2009-08-27 14:22:56 +00:00
parent 2447a9071b
commit d30722d445
18 changed files with 34 additions and 41 deletions

View File

@@ -50,7 +50,7 @@ option CONFIG_FALLBACK_SIZE = CONFIG_ROM_SIZE
# Saves space on CONFIG_ROM_IMAGE_SIZE, but decompression costs a second on boot.
option CONFIG_COMPRESS = 1
romimage "image"
romimage "fallback"
option CONFIG_USE_FALLBACK_IMAGE = 1
option CONFIG_ROM_IMAGE_SIZE = 64 * 1024
option COREBOOT_EXTRA_VERSION = ".0"
@@ -59,4 +59,4 @@ romimage "image"
# payload /dev/null
end
buildrom ./coreboot.rom CONFIG_ROM_SIZE "image"
buildrom ./coreboot.rom CONFIG_ROM_SIZE "fallback"

View File

@@ -50,7 +50,7 @@ option CONFIG_FALLBACK_SIZE = CONFIG_ROM_SIZE
# Saves space on CONFIG_ROM_IMAGE_SIZE, but decompression costs a second on boot.
option CONFIG_COMPRESS = 1
romimage "image"
romimage "fallback"
option CONFIG_USE_FALLBACK_IMAGE = 1
option CONFIG_ROM_IMAGE_SIZE = 64 * 1024
option COREBOOT_EXTRA_VERSION = ".0"
@@ -59,4 +59,4 @@ romimage "image"
# payload /dev/null
end
buildrom ./coreboot.rom CONFIG_ROM_SIZE "image"
buildrom ./coreboot.rom CONFIG_ROM_SIZE "fallback"