Remove old AMD fam10 fixme comment
[coreboot.git] / src / mainboard / tyan / s2912_fam10 / romstage.c
index 97c03b59df979778cfd0b906d712288a8b789cfb..df571a0d138fbfbb6b86831e12777d8021ba45c6 100644 (file)
@@ -238,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.
 }