Drop per-board ram_check() calls for now.
[coreboot.git] / src / mainboard / pcengines / alix1c / romstage.c
index 209485ec64085e4f719c219276133594420c6e40..ed9324ea447b8b0532af0a03a5fcee430447df2b 100644 (file)
@@ -142,10 +142,6 @@ void main(unsigned long bist)
 
        sdram_initialize(1, memctrl);
 
-       /* Check memory */
-       /* Enable this only if you are having questions. */
-       /* ram_check(0, 640 * 1024); */
-
        /* Switch from Cache as RAM to real RAM.
         *
         * There are two ways we could think about this.