From d30722d445709c7a6f3f204465823cc15ccbeeab Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 27 Aug 2009 14:22:56 +0000 Subject: 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 Acked-by: Carl-Daniel Hailfinger git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4600 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- targets/jetway/j7f24/Config.lb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'targets/jetway/j7f24/Config.lb') diff --git a/targets/jetway/j7f24/Config.lb b/targets/jetway/j7f24/Config.lb index 52a1108ee3..61da2c655b 100644 --- a/targets/jetway/j7f24/Config.lb +++ b/targets/jetway/j7f24/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 = "-j7f24" payload ../payload.elf end -buildrom ./coreboot.rom CONFIG_ROM_SIZE "image" +buildrom ./coreboot.rom CONFIG_ROM_SIZE "fallback" -- cgit v1.2.3