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:
parent
775c04e537
commit
36f230eefb
|
@ -25,7 +25,7 @@ target s2912_fam10
|
||||||
mainboard tyan/s2912_fam10
|
mainboard tyan/s2912_fam10
|
||||||
|
|
||||||
# Make room for ATI ES1000 VGA ROM
|
# 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"
|
romimage "normal"
|
||||||
option CONFIG_USE_FAILOVER_IMAGE=0
|
option CONFIG_USE_FAILOVER_IMAGE=0
|
||||||
|
|
|
@ -201,7 +201,7 @@ romimage "only"
|
||||||
option COREBOOT_EXTRA_VERSION=".0"
|
option COREBOOT_EXTRA_VERSION=".0"
|
||||||
payload __PAYLOAD__
|
payload __PAYLOAD__
|
||||||
end
|
end
|
||||||
buildrom ./coreboot.rom ROM_SIZE "only"
|
buildrom ./coreboot.rom CONFIG_ROM_SIZE "only"
|
||||||
EOF
|
EOF
|
||||||
fi
|
fi
|
||||||
) > $TARGET/Config-${VENDOR}_${MAINBOARD}.lb
|
) > $TARGET/Config-${VENDOR}_${MAINBOARD}.lb
|
||||||
|
|
Loading…
Reference in New Issue