Remove old AMD fam10 fixme comment
[coreboot.git] / src / mainboard / tyan / s2912_fam10 / romstage.c
index 3a220eda197aaa1464faf1350d35d30295dc3c04..df571a0d138fbfbb6b86831e12777d8021ba45c6 100644 (file)
@@ -31,7 +31,6 @@
 #include <arch/romcc_io.h>
 #include <cpu/x86/lapic.h>
 #include <console/console.h>
-#include <usbdebug.h>
 #include <lib.h>
 #include <spd.h>
 #include <cpu/amd/model_10xxx_rev.h>
@@ -239,7 +238,6 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
        raminit_amdmct(sysinfo);
        post_code(0x41);
 
-       printk(BIOS_DEBUG, "\n*** Yes, the copy/decompress is taking a while, FIXME!\n");
        post_cache_as_ram();    // BSP switch stack to ram, copy then execute LB.
        post_code(0x43);        // Should never see this post code.
 }