fix builds...
authorStefan Reinauer <stepan@coresystems.de>
Mon, 22 Feb 2010 09:15:13 +0000 (09:15 +0000)
committerStefan Reinauer <stepan@openbios.org>
Mon, 22 Feb 2010 09:15:13 +0000 (09:15 +0000)
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

src/mainboard/amd/serengeti_cheetah_fam10/romstage.c
src/mainboard/intel/d945gclf/romstage.c
src/mainboard/kontron/986lcd-m/Kconfig
src/mainboard/roda/rk886ex/romstage.c
src/southbridge/intel/i82801gx/Kconfig

index 0b136ec9100359575e91025d39716a232b619f63..67c7dbf551bd67d090ee2ebdde7a21a7a622fd9e 100644 (file)
@@ -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"
 
 
index 8d1dc168150054523fc42b1fa70e070efeda30fa..bac2a0bc966c3e1b345c744e0134d54bf1349fec 100644 (file)
@@ -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>
index e0aab8b59088e59804975fba67f62e47003e23a8..ecdc7f5b642d2ce50aa16856b74c9c1988ecdaa5 100644 (file)
@@ -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
index 868d41edff86b1a1faf35d2117688536ab3d76de..b88b90749577b3d18bca145e4978dafd5b67e84b 100644 (file)
@@ -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>
index a784a880e4182000f39f926f74642bbcfa507d22..200bd8b1136d99a3c793e1d99adf2a1ae14db782 100644 (file)
@@ -20,5 +20,6 @@
 config SOUTHBRIDGE_INTEL_I82801GX
        bool
        select IOAPIC
+       select HAVE_HARD_RESET
        select USE_WATCHDOG_ON_BOOT