Remove old AMD fam10 fixme comment
[coreboot.git] / src / mainboard / gigabyte / ma78gm / romstage.c
index bd81e6773391c7694653747f7e575b71a31e9c52..6c25a9e79d6fdc968aea7eb981227a630437a5d5 100644 (file)
@@ -219,7 +219,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.
 }