Remove old AMD fam10 fixme comment
[coreboot.git] / src / mainboard / msi / ms9652_fam10 / romstage.c
index fc8120b8a2575eca316bbe3aecb839d4d28572a3..0bf6d114be9d7964a5e4528b9fbb6976b5a9cafd 100644 (file)
@@ -241,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.
 }