From c358b650657764149b6533d6342eb54e19c83813 Mon Sep 17 00:00:00 2001 From: Myles Watson Date: Thu, 8 Jul 2010 17:20:07 +0000 Subject: [PATCH] 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 Acked-by: Myles Watson git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5661 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/amd/dbm690t/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/mainboard/amd/dbm690t/Kconfig b/src/mainboard/amd/dbm690t/Kconfig index 3071da61a..0a3981722 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 -- 2.25.1