fix builds...
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5138 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
159b012132
commit
8a7d34bdc7
|
@ -74,9 +74,11 @@ static void post_code(u8 value) {
|
|||
#include "northbridge/amd/amdfam10/reset_test.c"
|
||||
|
||||
#include <console/loglevel.h>
|
||||
#if 0
|
||||
void die(const char *msg);
|
||||
int do_printk(int msg_level, const char *fmt, ...) __attribute__((format(printf, 2, 3)));
|
||||
#define printk_emerg(fmt, arg...) do_printk(BIOS_EMERG ,fmt, ##arg)
|
||||
#endif
|
||||
#include "cpu/x86/bist.h"
|
||||
|
||||
|
||||
|
|
|
@ -37,6 +37,7 @@
|
|||
#include "option_table.h"
|
||||
#include "pc80/mc146818rtc_early.c"
|
||||
|
||||
#include <console/console.h>
|
||||
#include "pc80/serial.c"
|
||||
#include "arch/i386/lib/console.c"
|
||||
#include <cpu/x86/bist.h>
|
||||
|
|
|
@ -10,7 +10,6 @@ config BOARD_KONTRON_986LCD_M
|
|||
select GENERATE_PIRQ_TABLE
|
||||
select GENERATE_MP_TABLE
|
||||
select HAVE_ACPI_RESUME
|
||||
select HAVE_HARD_RESET
|
||||
select HAVE_MAINBOARD_RESOURCES
|
||||
select MMCONF_SUPPORT
|
||||
select USE_PRINTK_IN_CAR
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
#include "option_table.h"
|
||||
#include "pc80/mc146818rtc_early.c"
|
||||
|
||||
#include <console/console.h>
|
||||
#include "pc80/serial.c"
|
||||
#include "arch/i386/lib/console.c"
|
||||
#include <cpu/x86/bist.h>
|
||||
|
|
|
@ -20,5 +20,6 @@
|
|||
config SOUTHBRIDGE_INTEL_I82801GX
|
||||
bool
|
||||
select IOAPIC
|
||||
select HAVE_HARD_RESET
|
||||
select USE_WATCHDOG_ON_BOOT
|
||||
|
||||
|
|
Loading…
Reference in New Issue