Drop per-board ram_check() calls for now.
[coreboot.git] / src / mainboard / amd / norwich / romstage.c
index 8d108b3d89dc312d9e6b815523272ba4f7609cd5..f60313842aa03e1d3fa0d740b86c0de8cf4b0f4e 100644 (file)
@@ -84,9 +84,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;
 }