Drop per-board ram_check() calls for now.
[coreboot.git] / src / mainboard / digitallogic / msm800sev / romstage.c
index 14f04941f79104300f6bbeae1495ef3f99268862..4429914d7461e5d6401c533498e2ceb8734fd7f6 100644 (file)
@@ -66,9 +66,6 @@ void main(unsigned long bist)
 
        sdram_initialize(1, memctrl);
 
-       /* Check all of memory */
-       ram_check(0x00000000, 640*1024);
-
        /* Switch from Cache as RAM to real RAM */
        /* There are two ways we could think about this.
         1. If we are using the romstage.inc ROMCC way, the stack is going to be re-setup in the code following this code.