drop post_code()
authorStefan Reinauer <stepan@coresystems.de>
Sun, 28 Mar 2010 21:30:23 +0000 (21:30 +0000)
committerStefan Reinauer <stepan@openbios.org>
Sun, 28 Mar 2010 21:30:23 +0000 (21:30 +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@5308 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/mainboard/msi/ms9652_fam10/romstage.c

index 763a2b84bfb37f4965715b418319de01cdc6fb0f..abafff9722428b006d54785c0831d2433da9c00b 100644 (file)
 #include "option_table.h"
 #include "pc80/mc146818rtc_early.c"
 #include "pc80/serial.c"
-
-static void post_code(u8 value) {
-       outb(value, 0x80);
-}
-
 #include "arch/i386/lib/console.c"
 #if CONFIG_USBDEBUG_DIRECT
 #include "southbridge/nvidia/mcp55/mcp55_enable_usbdebug_direct.c"