whoops. missed those two..

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



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4383 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer 2009-06-30 15:54:53 +00:00 committed by Stefan Reinauer
parent 775c04e537
commit 36f230eefb
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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