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
This commit is contained in:
parent
b2a4264ea5
commit
3bf2708664
|
@ -107,6 +107,6 @@ config VGA_BIOS_ID
|
|||
|
||||
config WARNINGS_ARE_ERRORS
|
||||
bool
|
||||
default n
|
||||
default y
|
||||
|
||||
endif #BOARD_ADVANSUS_A785E_I
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue