This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / targets / via / vt8454c / Config.lb
1 ##
2 ## This file is part of the coreboot project.
3 ##
4 ## Copyright (C) 2007-2009 coresystems GmbH
5 ##
6 ## This program is free software; you can redistribute it and/or modify
7 ## it under the terms of the GNU General Public License as published by
8 ## the Free Software Foundation; version 2 of the License.
9 ##
10 ## This program is distributed in the hope that it will be useful,
11 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
12 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 ## GNU General Public License for more details.
14 ##
15 ## You should have received a copy of the GNU General Public License
16 ## along with this program; if not, write to the Free Software
17 ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
18 ##
19
20 # Config file for VIA VT8454c mainboard
21 #
22
23 target via_vt8454c
24 mainboard via/vt8454c
25
26 option  CONFIG_MAXIMUM_CONSOLE_LOGLEVEL=5
27 option  CONFIG_DEFAULT_CONSOLE_LOGLEVEL=5
28
29 option CONFIG_ROM_SIZE=(512-64)*1024
30
31 romimage "normal"
32         option CONFIG_USE_FALLBACK_IMAGE=0
33         option COREBOOT_EXTRA_VERSION=".0-normal"
34         payload $(HOME)/payload.elf
35 end
36
37 romimage "fallback" 
38         option CONFIG_USE_FALLBACK_IMAGE=1
39         option COREBOOT_EXTRA_VERSION=".0-fallback"
40         payload $(HOME)/payload.elf
41 end
42
43 buildrom ./coreboot.rom CONFIG_ROM_SIZE "normal" "fallback"