Trivial update of Config-lab.lb so that it works again.
Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Myles Watson <mylesgw@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4292 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
c9a6f0f442
commit
1e6f6929c1
|
@ -1,21 +1,23 @@
|
|||
# Sample config file for
|
||||
# the Tyan s2892
|
||||
# This will make a target directory of ./s2892
|
||||
# the Tyan s2895
|
||||
# This will make a target directory of ./s2895
|
||||
|
||||
target s2895
|
||||
mainboard tyan/s2895
|
||||
|
||||
option ROM_SIZE = 1024*1024
|
||||
option ROM_SIZE = 512*1024
|
||||
option CONFIG_CONSOLE_SERIAL8250 = 1
|
||||
option CONFIG_CONSOLE_VGA = 1
|
||||
option XIP_ROM_SIZE = 0x20000
|
||||
option ROM_IMAGE_SIZE = 0x18000
|
||||
option HAVE_FAILOVER_BOOT = 0
|
||||
option FAILOVER_SIZE = 0
|
||||
option FALLBACK_SIZE = ROM_SIZE
|
||||
option CONFIG_COMPRESSED_PAYLOAD_LZMA = 1
|
||||
option CONFIG_PRECOMPRESSED_PAYLOAD = 1
|
||||
|
||||
# Tyan s2895
|
||||
romimage "fallback"
|
||||
option CONFIG_COMPRESSED_PAYLOAD_LZMA=1
|
||||
option CONFIG_PRECOMPRESSED_PAYLOAD=1
|
||||
option USE_FALLBACK_IMAGE=1
|
||||
option COREBOOT_EXTRA_VERSION="$(shell cat ../../VERSION)_Fallback"
|
||||
payload ../payload.elf.lzma
|
||||
|
|
Loading…
Reference in New Issue