diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2009-08-27 14:22:56 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2009-08-27 14:22:56 +0000 |
commit | d30722d445709c7a6f3f204465823cc15ccbeeab (patch) | |
tree | 71252e2e7921b47f16d30e76e702c55617c98812 /targets/bcom | |
parent | 2447a9071b6f731620f6b57761bcd67faf246228 (diff) | |
download | coreboot-d30722d445709c7a6f3f204465823cc15ccbeeab.tar.xz |
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/bcom')
-rw-r--r-- | targets/bcom/winnetp680/Config.lb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/targets/bcom/winnetp680/Config.lb b/targets/bcom/winnetp680/Config.lb index ced4de9ba8..f8ced33482 100644 --- a/targets/bcom/winnetp680/Config.lb +++ b/targets/bcom/winnetp680/Config.lb @@ -37,9 +37,9 @@ option CONFIG_RAMBASE=0x00004000 #option CONFIG_ROM_SIZE = (512 * 1024) - (63 * 1024) - (64 * 1024) option CONFIG_ROM_SIZE = (512 * 1024) -romimage "image" +romimage "fallback" option COREBOOT_EXTRA_VERSION = "-winnetp680" payload ../payload.elf end -buildrom ./coreboot.rom CONFIG_ROM_SIZE "image" +buildrom ./coreboot.rom CONFIG_ROM_SIZE "fallback" |