Drop per-board ram_check() calls for now.
[coreboot.git] / src / mainboard / lippert / spacerunner-lx / romstage.c
index ffd9e4ed06b757bb5b6acb01c99e86ed6b9a99f3..5f940e56617083a563d87a5670863483ec32c69a 100644 (file)
@@ -194,9 +194,6 @@ void main(unsigned long bist)
 
        sdram_initialize(1, memctrl);
 
-       /* Check memory. */
-       /* ram_check(0, 640 * 1024); */
-
        /* Memory is setup. Return to cache_as_ram.inc and continue to boot. */
        return;
 }