[coreboot] [commit] r5308 - trunk/src/mainboard/msi/ms9652_fam10

repository service svn at coreboot.org
Sun Mar 28 23:30:23 CEST 2010


Author: stepan
Date: Sun Mar 28 23:30:23 2010
New Revision: 5308
URL: https://tracker.coreboot.org/trac/coreboot/changeset/5308

Log:
drop post_code()
Signed-off-by: Stefan Reinauer <stepan at coresystems.de>
Acked-by: Stefan Reinauer <stepan at coresystems.de>

Modified:
   trunk/src/mainboard/msi/ms9652_fam10/romstage.c

Modified: trunk/src/mainboard/msi/ms9652_fam10/romstage.c
==============================================================================
--- trunk/src/mainboard/msi/ms9652_fam10/romstage.c	Sun Mar 28 23:26:54 2010	(r5307)
+++ trunk/src/mainboard/msi/ms9652_fam10/romstage.c	Sun Mar 28 23:30:23 2010	(r5308)
@@ -49,11 +49,6 @@
 #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"




More information about the coreboot mailing list