Remove old AMD fam10 fixme comment
[coreboot.git] / src / mainboard / iei / kino-780am2-fam10 / romstage.c
index 54b364ae23b7aaea0fa9ac6ea6169462fb34f0e7..f51b3ece72b70ff26d49635bdfd8d3c60aa134e7 100644 (file)
@@ -222,7 +222,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.
 }