drop post_code()
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5308 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
35b6bbb721
commit
bcd31fff42
|
@ -49,11 +49,6 @@
|
||||||
#include "option_table.h"
|
#include "option_table.h"
|
||||||
#include "pc80/mc146818rtc_early.c"
|
#include "pc80/mc146818rtc_early.c"
|
||||||
#include "pc80/serial.c"
|
#include "pc80/serial.c"
|
||||||
|
|
||||||
static void post_code(u8 value) {
|
|
||||||
outb(value, 0x80);
|
|
||||||
}
|
|
||||||
|
|
||||||
#include "arch/i386/lib/console.c"
|
#include "arch/i386/lib/console.c"
|
||||||
#if CONFIG_USBDEBUG_DIRECT
|
#if CONFIG_USBDEBUG_DIRECT
|
||||||
#include "southbridge/nvidia/mcp55/mcp55_enable_usbdebug_direct.c"
|
#include "southbridge/nvidia/mcp55/mcp55_enable_usbdebug_direct.c"
|
||||||
|
|
Loading…
Reference in New Issue