Drop per-board ram_check() calls for now.
[coreboot.git] / src / mainboard / lippert / literunner-lx / romstage.c
index 714411c57df4cd047afcbb3b3cb2cd0953d028a8..afe5bd7c091e200a3a4b43947afb9e688a6ce11c 100644 (file)
@@ -197,9 +197,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;
 }