Drop per-board ram_check() calls for now.
[coreboot.git] / src / mainboard / digitallogic / msm586seg / romstage.c
index 4e6462d1e4b0efca2d7052082f314cdb252ed2d8..a4994f1f4b3f184544a4de4a7017043df3875a2b 100644 (file)
@@ -6,7 +6,6 @@
 #include <arch/hlt.h>
 #include <pc80/mc146818rtc.h>
 #include <console/console.h>
-#include "lib/ramtest.c"
 #include "cpu/x86/bist.h"
 
 void setup_pars(void)
@@ -203,16 +202,6 @@ static void main(unsigned long bist)
        dump_pci_device(PCI_DEV(0, 0, 0));
 #endif
 
-#if 0
-       print_err("RAM CHECK!\n");
-       // Check 16MB of memory @ 0
-       ram_check(0x00000000, 0x01000000);
-#endif
-#if 0
-       print_err("RAM CHECK for 32 MB!\n");
-       // Check 32MB of memory @ 0
-       ram_check(0x00000000, 0x02000000);
-#endif
 #if 1
        {
          volatile unsigned char *src = (unsigned char *) 0x2000000 + 0x60000;