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