Drop per-board ram_check() calls for now.
[coreboot.git] / src / mainboard / iei / juki-511p / romstage.c
index 6bde6756c4db541557d8597d3364ec4169043221..a5019ce0954e67f47054b3e2f29e65dc68f4f2e1 100644 (file)
@@ -25,7 +25,6 @@
 #include <arch/romcc_io.h>
 #include <arch/hlt.h>
 #include <console/console.h>
-#include "lib/ramtest.c"
 #include "superio/winbond/w83977f/w83977f_early_serial.c"
 #include "southbridge/amd/cs5530/cs5530_enable_rom.c"
 #include "cpu/x86/bist.h"
@@ -47,5 +46,4 @@ static void main(unsigned long bist)
 
        cs5530_enable_rom();
        sdram_init();
-       /* ram_check(0x00000000, 640 * 1024); */
 }