drop unneeded __ROMCC__ checks when the check for __PRE_RAM__ is more
[coreboot.git] / src / mainboard / amd / serengeti_cheetah_fam10 / romstage.c
index 8244746c1ed11cb9f628f94c29bf2e54eed66709..fa65000b8900a4f0291d98a3aa7bd2c1cc2a39ab 100644 (file)
 #include <cpu/x86/lapic.h>
 #include "option_table.h"
 #include "pc80/mc146818rtc_early.c"
-
-/* FIXME: Use console.c post_code function */
-static void post_code(u8 value) {
-       outb(value, 0x80);
-}
-
 #include "arch/i386/lib/console.c"
 #include "pc80/serial.c"
 #include "lib/ramtest.c"