Remove old AMD fam10 fixme comment
[coreboot.git] / src / mainboard / gigabyte / ma785gmt / romstage.c
index 4572169b87a9b8163d952d23c81045668fd60c0a..68f3dcc3b18ed7ae521bc4c2d4cd86b7fb0c061c 100644 (file)
@@ -216,7 +216,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.
 }