This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / targets / tyan / s2891 / Config-lab.lb
1 # Sample config file for 
2 # the Tyan s2891 
3 # This will make a target directory of ./s2891
4
5 target s2891
6 mainboard tyan/s2891
7
8 option CONFIG_ROM_SIZE=0x100000
9 # 36K for ATI ROM in 1M
10 option CONFIG_FALLBACK_SIZE=(CONFIG_ROM_SIZE-0x9000)
11
12 # Tyan s2891
13 romimage "fallback" 
14         option CONFIG_USE_FALLBACK_IMAGE=1
15         option CONFIG_COMPRESSED_PAYLOAD_LZMA=1
16         option CONFIG_PRECOMPRESSED_PAYLOAD=1
17         option CONFIG_ROM_IMAGE_SIZE=0x17000
18         option CONFIG_XIP_ROM_SIZE=0x40000
19         option COREBOOT_EXTRA_VERSION="$(shell cat ../../VERSION)_Fallback"
20         payload ../payload.elf.lzma
21 end
22
23 buildrom ./coreboot.rom CONFIG_ROM_SIZE "fallback"