Remove old AMD fam10 fixme comment
[coreboot.git] / src / mainboard / supermicro / h8dmr_fam10 / romstage.c
index c9fb928a6df32364d70e583b2f3b91fa52ad94ae..4e243c284ebd8c5a51c6451ef8f6bf8b904e5176 100644 (file)
@@ -240,7 +240,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 + execute stage 2
        post_code(0x42);     // Should never see this post code.
 }