this should get the VIA VT8454c in shape with Kconfig
[coreboot.git] / targets / technexion / tim5690 / Config.lb
1 # This will make a target directory of ./tim5690
2
3 target tim5690
4 mainboard technexion/tim5690
5
6 option CONFIG_ROM_SIZE = (1024*512)
7 #option CONFIG_ROM_SIZE = (1024*1024*1)
8 #option CONFIG_ROM_SIZE = (1024*1024*2)
9 #option CONFIG_ROM_SIZE = (1024*1024*4)
10
11 romimage "normal"
12         option CONFIG_USE_FALLBACK_IMAGE=0
13         option CONFIG_ROM_IMAGE_SIZE=0x20000
14         option CONFIG_XIP_ROM_SIZE=0x20000
15
16         payload ../payload.elf
17 end
18
19 romimage "fallback" 
20         option CONFIG_USE_FALLBACK_IMAGE=1
21         option CONFIG_ROM_IMAGE_SIZE=0x20000
22         option CONFIG_XIP_ROM_SIZE=0x20000
23
24         payload ../payload.elf
25 end
26
27 buildrom ./coreboot.rom CONFIG_ROM_SIZE "fallback" 
28