Drop per-board ram_check() calls for now.
[coreboot.git] / src / mainboard / winent / pl6064 / romstage.c
index becd698c0a83ef6adf74941568ceac8beba57823..cd615efa4b8a2dd47a5888ebbb1139f6cd5f9e7d 100644 (file)
@@ -86,9 +86,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;
 }