[coreboot] [v2] r4589 - trunk/coreboot-v2/targets/amd/dbm690t

svn at coreboot.org svn at coreboot.org
Thu Aug 27 03:47:41 CEST 2009


Author: stepan
Date: 2009-08-27 03:47:41 +0200 (Thu, 27 Aug 2009)
New Revision: 4589

Modified:
   trunk/coreboot-v2/targets/amd/dbm690t/Config-abuild.lb
Log:
fallback image must be called fallback.

Signed-off-by: Stefan Reinauer <stepan at coresystems.de>
Acked-by: Stefan Reinauer <stepan at coresystems.de>



Modified: trunk/coreboot-v2/targets/amd/dbm690t/Config-abuild.lb
===================================================================
--- trunk/coreboot-v2/targets/amd/dbm690t/Config-abuild.lb	2009-08-26 18:14:30 UTC (rev 4588)
+++ trunk/coreboot-v2/targets/amd/dbm690t/Config-abuild.lb	2009-08-27 01:47:41 UTC (rev 4589)
@@ -19,12 +19,12 @@
 	payload __PAYLOAD__
 end
 
-romimage "failover"
+romimage "fallback"
         option CONFIG_USE_FALLBACK_IMAGE=1
         option CONFIG_ROM_IMAGE_SIZE=0x20000
 	option CONFIG_XIP_ROM_SIZE=0x20000
-	option COREBOOT_EXTRA_VERSION=".0-failover"
+	option COREBOOT_EXTRA_VERSION=".0-fallback"
 	payload __PAYLOAD__
 end
 
-buildrom ./coreboot.rom CONFIG_ROM_SIZE "normal" "failover"
+buildrom ./coreboot.rom CONFIG_ROM_SIZE "normal" "fallback"





More information about the coreboot mailing list