This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / targets / momentum / apache / Config.lb
1 # Config file for the Momentum Apache dual 970 board
2 # This will make a target directory of ./apache
3
4 target apache
5
6 mainboard momentum/apache
7
8 # Apache Demo Board
9 romimage "normal"
10         ## Base of ROM
11         option CONFIG_ROMBASE=0xfff00000
12
13         ## Apache reset vector
14         option CONFIG_RESET=CONFIG_ROMBASE+0x100
15
16         ## Exception vectors (other than reset vector)
17         option CONFIG_EXCEPTION_VECTORS=CONFIG_RESET+0x100
18
19         ## Start of coreboot in the boot rom
20         ## = CONFIG_RESET + exeception vector table size
21         option CONFIG_ROMSTART=CONFIG_RESET+0x3100
22
23         ## Coreboot C code runs at this location in RAM
24         option CONFIG_RAMBASE=0x00100000
25         option CONFIG_RAMSTART=0x00100000
26 end
27
28 buildrom ./coreboot.rom CONFIG_ROM_SIZE "normal"