Ugly temporary fix until we figure out how to deal with the race condition.
Justification: - dbm690t isn't actively developed (no new warnings will be introduced) - having this board fail clutters the mailing list Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Myles Watson <mylesgw@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5661 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
6f57b514cb
commit
c358b65065
|
@ -30,6 +30,13 @@ config HAVE_HIGH_TABLES
|
|||
default n
|
||||
depends on BOARD_AMD_DBM690T
|
||||
|
||||
# This is a temporary fix, and should be removed when the race condition for
|
||||
# building option_table.h is fixed.
|
||||
config WARNINGS_ARE_ERRORS
|
||||
bool
|
||||
default n
|
||||
depends on BOARD_AMD_DBM690T
|
||||
|
||||
config DCACHE_RAM_BASE
|
||||
hex
|
||||
default 0xc8000
|
||||
|
|
Loading…
Reference in New Issue