diff options
author | Myles Watson <mylesgw@gmail.com> | 2010-07-08 17:20:07 +0000 |
---|---|---|
committer | Myles Watson <mylesgw@gmail.com> | 2010-07-08 17:20:07 +0000 |
commit | c358b650657764149b6533d6342eb54e19c83813 (patch) | |
tree | d4e0a734e98d8ce9bb69c9650a5529886c999b49 /src/mainboard | |
parent | 6f57b514cb6e0598b295a3d8a4345dd42209e1e6 (diff) | |
download | coreboot-c358b650657764149b6533d6342eb54e19c83813.tar.xz |
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
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/amd/dbm690t/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mainboard/amd/dbm690t/Kconfig b/src/mainboard/amd/dbm690t/Kconfig index 3071da61a5..0a39817229 100644 --- a/src/mainboard/amd/dbm690t/Kconfig +++ b/src/mainboard/amd/dbm690t/Kconfig @@ -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 |