Drop per-board ram_check() calls for now.
[coreboot.git] / src / mainboard / digitallogic / adl855pc / romstage.c
index a75d60f07a2d74c591d1daf2c57126baf40fa543..823e5effa4b3a6e50b16fcc63031478747eed30b 100644 (file)
@@ -62,12 +62,5 @@ void main(unsigned long bist)
 #if 0
        dump_pci_devices();
        dump_pci_device(PCI_DEV(0, 0, 0));
-
-       // Check all of memory
-       ram_check(0x00000000, msr.lo+(msr.hi<<32));
-       // Check 16MB of memory @ 0
-       ram_check(0x00000000, 0x01000000);
-       // Check 16MB of memory @ 2GB
-       ram_check(0x80000000, 0x81000000);
 #endif
 }