Remove old AMD fam10 fixme comment
[coreboot.git] / src / mainboard / msi / ms9652_fam10 / romstage.c
index 2add54b1a399df2d9fc045951e246f17585cb3a4..0bf6d114be9d7964a5e4528b9fbb6976b5a9cafd 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>
@@ -242,7 +241,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.
 }