[coreboot] [v2] r4383 - in trunk/coreboot-v2: targets/tyan/s2912_fam10 util/abuild

svn at coreboot.org svn at coreboot.org
Tue Jun 30 17:54:53 CEST 2009


Author: stepan
Date: 2009-06-30 17:54:53 +0200 (Tue, 30 Jun 2009)
New Revision: 4383

Modified:
   trunk/coreboot-v2/targets/tyan/s2912_fam10/Config.lb
   trunk/coreboot-v2/util/abuild/abuild
Log:
whoops. missed those two..

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



Modified: trunk/coreboot-v2/targets/tyan/s2912_fam10/Config.lb
===================================================================
--- trunk/coreboot-v2/targets/tyan/s2912_fam10/Config.lb	2009-06-30 15:23:20 UTC (rev 4382)
+++ trunk/coreboot-v2/targets/tyan/s2912_fam10/Config.lb	2009-06-30 15:54:53 UTC (rev 4383)
@@ -25,7 +25,7 @@
 mainboard tyan/s2912_fam10
 
 # Make room for ATI ES1000 VGA ROM
-option CONFIG_ROM_SIZE=ROM_SIZE-44*1024
+option CONFIG_ROM_SIZE=CONFIG_ROM_SIZE-44*1024
 
 romimage "normal"
 	option CONFIG_USE_FAILOVER_IMAGE=0

Modified: trunk/coreboot-v2/util/abuild/abuild
===================================================================
--- trunk/coreboot-v2/util/abuild/abuild	2009-06-30 15:23:20 UTC (rev 4382)
+++ trunk/coreboot-v2/util/abuild/abuild	2009-06-30 15:54:53 UTC (rev 4383)
@@ -201,7 +201,7 @@
 	option COREBOOT_EXTRA_VERSION=".0"
 	payload __PAYLOAD__
 end
-buildrom ./coreboot.rom ROM_SIZE "only"
+buildrom ./coreboot.rom CONFIG_ROM_SIZE "only"
 EOF
 		fi 
 		) > $TARGET/Config-${VENDOR}_${MAINBOARD}.lb





More information about the coreboot mailing list