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