drop unneeded __ROMCC__ checks when the check for __PRE_RAM__ is more
[coreboot.git] / src / mainboard / supermicro / h8dmr_fam10 / romstage.c
index 114e3c6fbe181d3fdf1ae62da4dec6ace46c5ef3..51c29d4e0437ea3d891f5ab2fc24fe2154294384 100644 (file)
 
 // for enable the FAN
 #include "southbridge/nvidia/mcp55/mcp55_early_smbus.c"
-
-static void post_code(u8 value) {
-       outb(value, 0x80);
-}
-
 #include "pc80/serial.c"
 #include "arch/i386/lib/console.c"
 #include "lib/ramtest.c"