summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKerry She <kerry.she@amd.com>2011-06-03 10:14:56 +0000
committerKerry She <Kerry.She@amd.com>2011-06-03 10:14:56 +0000
commit3a96c4ea9ffce7ea8b67e5392fbaf63ff79946a1 (patch)
tree33eb768f9506530a259a14bce424ed3015818cb7
parent69111a5e7985dcf122af6bbcc706f8d6353db971 (diff)
advansus/a785e-i mainboard enable warning as error
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
-rw-r--r--src/mainboard/advansus/a785e-i/Kconfig2
-rw-r--r--src/mainboard/advansus/a785e-i/romstage.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/src/mainboard/advansus/a785e-i/Kconfig b/src/mainboard/advansus/a785e-i/Kconfig
index 933d86aa0..61a1e42f0 100644
--- a/src/mainboard/advansus/a785e-i/Kconfig
+++ b/src/mainboard/advansus/a785e-i/Kconfig
@@ -107,6 +107,6 @@ config VGA_BIOS_ID
config WARNINGS_ARE_ERRORS
bool
- default n
+ default y
endif #BOARD_ADVANSUS_A785E_I
diff --git a/src/mainboard/advansus/a785e-i/romstage.c b/src/mainboard/advansus/a785e-i/romstage.c
index 9ecb401bd..f2544e70e 100644
--- a/src/mainboard/advansus/a785e-i/romstage.c
+++ b/src/mainboard/advansus/a785e-i/romstage.c
@@ -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>