Remove old AMD fam10 fixme comment
[coreboot.git] / src / mainboard / amd / serengeti_cheetah_fam10 / romstage.c
index b41230dece8f2e9a1aa6ea4c66f320738300b218..29b00b27d4a770db9653a43e1a26243ed9f83c85 100644 (file)
@@ -331,7 +331,6 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
 //     die("After MCT init before CAR disabled.");
 
        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.
 }