Drop per-board ram_check() calls for now.
[coreboot.git] / src / mainboard / pcengines / alix2d / romstage.c
index 9fd001ca17320442d47ffa40ff53b70c090161a2..ec775371133ca04fc1a5fad4704491318b56b554 100644 (file)
@@ -166,10 +166,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.