[coreboot] [commit] r5661 - trunk/src/mainboard/amd/dbm690t

repository service svn at coreboot.org
Thu Jul 8 19:20:07 CEST 2010


Author: myles
Date: Thu Jul  8 19:20:07 2010
New Revision: 5661
URL: https://tracker.coreboot.org/trac/coreboot/changeset/5661

Log:
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 at gmail.com>
Acked-by: Myles Watson <mylesgw at gmail.com>

Modified:
   trunk/src/mainboard/amd/dbm690t/Kconfig

Modified: trunk/src/mainboard/amd/dbm690t/Kconfig
==============================================================================
--- trunk/src/mainboard/amd/dbm690t/Kconfig	Thu Jul  8 18:41:05 2010	(r5660)
+++ trunk/src/mainboard/amd/dbm690t/Kconfig	Thu Jul  8 19:20:07 2010	(r5661)
@@ -30,6 +30,13 @@
 	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




More information about the coreboot mailing list