X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fmainboard%2Fasus%2Fm4a78-em%2Fromstage.c;h=a96592d20c69fee90e519eb3ddbb1385e90b1650;hb=fff8cdfcdeedb3723bd9dba66e19ae1a56ba9c8f;hp=76449cbcdfcee7141c96ca1ab3bc923ddb7b1547;hpb=0864016b0d5d9d7e54f120873282967759886d95;p=coreboot.git diff --git a/src/mainboard/asus/m4a78-em/romstage.c b/src/mainboard/asus/m4a78-em/romstage.c index 76449cbcd..a96592d20 100644 --- a/src/mainboard/asus/m4a78-em/romstage.c +++ b/src/mainboard/asus/m4a78-em/romstage.c @@ -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. }