WARNINGS_ARE_ERRORS is y per default, don't set it twice.
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Acked-by: Stefan Reinauer <stefan.reinauer@coreboot.org> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6637 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
d1760c834a
commit
fb38eb01ca
|
@ -105,8 +105,4 @@ config VGA_BIOS_ID
|
|||
string
|
||||
default "1002,9712"
|
||||
|
||||
config WARNINGS_ARE_ERRORS
|
||||
bool
|
||||
default y
|
||||
|
||||
endif #BOARD_ADVANSUS_A785E_I
|
||||
|
|
|
@ -8,7 +8,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
|
|||
select HAVE_OPTION_TABLE
|
||||
select HAVE_PIRQ_TABLE
|
||||
select BOARD_ROMSIZE_KB_256
|
||||
select WARNINGS_ARE_ERRORS
|
||||
select TINY_BOOTBLOCK
|
||||
|
||||
config MAINBOARD_DIR
|
||||
|
|
Loading…
Reference in New Issue