Remove old AMD fam10 fixme comment
[coreboot.git] / src / mainboard / asus / m4a785-m / romstage.c
index 76449cbcdfcee7141c96ca1ab3bc923ddb7b1547..a96592d20c69fee90e519eb3ddbb1385e90b1650 100644 (file)
@@ -221,7 +221,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.
 }