Remove old AMD fam10 fixme comment
[coreboot.git] / src / mainboard / amd / tilapia_fam10 / romstage.c
index 52cab42eb4abc18d2e0306137e084f5c80970dc5..f316395e2718c0142a987bcef535af73199441a1 100644 (file)
@@ -220,7 +220,6 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
        sb7xx_51xx_before_pci_init();
 
        post_code(0x42);
-       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.
 }