advansus/a785e-i mainboard enable warning as error
authorKerry She <kerry.she@amd.com>
Fri, 3 Jun 2011 10:14:56 +0000 (10:14 +0000)
committerKerry She <Kerry.She@amd.com>
Fri, 3 Jun 2011 10:14:56 +0000 (10:14 +0000)
Signed-off-by: Kerry She <kerry.she@amd.com>
Acked-by: Kerry She <kerry.she@amd.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6617 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/mainboard/advansus/a785e-i/Kconfig
src/mainboard/advansus/a785e-i/romstage.c

index 933d86aa0f56b498fc75d9bfa6d83a96c3d93e7f..61a1e42f0a112f6352b00c379a3986b0ed9d779c 100644 (file)
@@ -107,6 +107,6 @@ config VGA_BIOS_ID
 
 config WARNINGS_ARE_ERRORS
         bool
-        default n
+        default y
 
 endif #BOARD_ADVANSUS_A785E_I
index 9ecb401bd80b4c69fee049e518fc84d230c6d7e9..f2544e70eca36b4fbbf304878f5513afef2be0a4 100644 (file)
@@ -25,6 +25,7 @@
 #define FAM10_SCAN_PCI_BUS 0
 #define FAM10_ALLOCATE_IO_RANGE 0
 
+#include <lib.h>
 #include <stdint.h>
 #include <string.h>
 #include <device/pci_def.h>