diff options
author | Patrick Georgi <patrick.georgi@coresystems.de> | 2009-08-27 07:42:45 +0000 |
---|---|---|
committer | Patrick Georgi <patrick.georgi@coresystems.de> | 2009-08-27 07:42:45 +0000 |
commit | 98457a5f3cb99518a458dce24979aff23fe9dcd9 (patch) | |
tree | dc9aa4b3c02f18d1a07fd5c1a500119fe8c8b040 /targets/via/pc2500e/Config-abuild.lb | |
parent | 5a5b8f5ba9a829c0053227e3111913d37b09ed6d (diff) |
Rename "image" image to "fallback", so CBFS can find it.
Thanks to Carl-Daniel for finding this.
Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Patrick Georgi <patrick.georgi@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4592 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/via/pc2500e/Config-abuild.lb')
-rw-r--r-- | targets/via/pc2500e/Config-abuild.lb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/targets/via/pc2500e/Config-abuild.lb b/targets/via/pc2500e/Config-abuild.lb index 5ab1923854..d0c75cd349 100644 --- a/targets/via/pc2500e/Config-abuild.lb +++ b/targets/via/pc2500e/Config-abuild.lb @@ -30,11 +30,11 @@ __LOGLEVEL__ option CONFIG_ROM_SIZE = 512 * 1024 -romimage "image" +romimage "fallback" option CONFIG_USE_FALLBACK_IMAGE = 1 option CONFIG_ROM_IMAGE_SIZE = 128 * 1024 option COREBOOT_EXTRA_VERSION = ".0Fallback" payload __PAYLOAD__ end -buildrom ./coreboot.rom CONFIG_ROM_SIZE "image" +buildrom ./coreboot.rom CONFIG_ROM_SIZE "fallback" |