Use __PAYLOAD__ instead of PAYLOAD as replacement template for abuild.
[coreboot.git] / targets / iwill / dk8_htx / Config-abuild.lb
1 # This will make a target directory of ./iwill_dk8_htx
2
3 target iwill_dk8_htx
4 mainboard iwill/dk8_htx
5
6 option CC="gcc -m32"
7 option CROSS_COMPILE=""
8 option HOSTCC="gcc"
9
10 option CONFIG_COMPRESSED_PAYLOAD_LZMA=1
11
12 romimage "normal"
13         option USE_FALLBACK_IMAGE=0
14         option ROM_IMAGE_SIZE=0x17000
15         option LINUXBIOS_EXTRA_VERSION=".0-normal"
16         payload __PAYLOAD__
17 end
18
19 romimage "fallback" 
20         option USE_FALLBACK_IMAGE=1
21         option ROM_IMAGE_SIZE=0x17000
22         option LINUXBIOS_EXTRA_VERSION=".0-fallback"
23         payload __PAYLOAD__
24 end
25 buildrom ./linuxbios.rom ROM_SIZE "normal" "fallback"