From: Stefan Reinauer Date: Tue, 30 Jun 2009 15:54:53 +0000 (+0000) Subject: whoops. missed those two.. X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;ds=sidebyside;h=36f230eefb5a072240447fdbe1aa81ad1bb80072;p=coreboot.git whoops. missed those two.. Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4383 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- diff --git a/targets/tyan/s2912_fam10/Config.lb b/targets/tyan/s2912_fam10/Config.lb index e08f65708..3c2f0bf70 100644 --- a/targets/tyan/s2912_fam10/Config.lb +++ b/targets/tyan/s2912_fam10/Config.lb @@ -25,7 +25,7 @@ target s2912_fam10 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 diff --git a/util/abuild/abuild b/util/abuild/abuild index 7dc7cf10d..4ded37b29 100755 --- a/util/abuild/abuild +++ b/util/abuild/abuild @@ -201,7 +201,7 @@ romimage "only" 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