Drop per-board ram_check() calls for now.
[coreboot.git] / src / mainboard / lippert / hurricane-lx / romstage.c
index 42f93410ad05c90cd384b35374a72d0f5b6efdde..35f8fe5c319ddf05353f20b24364b5855567f178 100644 (file)
@@ -157,9 +157,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;
 }