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