Drop per-board ram_check() calls for now.
[coreboot.git] / src / mainboard / lippert / frontrunner / romstage.c
index 1d63e492434b664a8f16e67d66824b969847a632..0abdde4372b96673a2a8b3ebf6790d897e2350b3 100644 (file)
@@ -127,8 +127,4 @@ void main(unsigned long bist)
        outb( temp, 0x4F);
        temp = inb(0x4F);                            //watchdog function. Make sure to let the other Bits unchanged!
        print_debug_hex8(temp);print_debug("\n");
-       /* Check all of memory */
-//     ram_check(0, 16384);
-       ram_check(0x20000, 0x24000);
-//     ram_check(0x00000000, 640*1024);
 }