Drop per-board ram_check() calls for now.
[coreboot.git] / src / mainboard / intel / xe7501devkit / romstage.c
index f270427175d2aee3e5509267d148d7c86cbce652..e6fb83f4a69ffae4fad2b248538d769353d22e5d 100644 (file)
@@ -8,7 +8,6 @@
 #include <stdlib.h>
 #include <pc80/mc146818rtc.h>
 #include <console/console.h>
-#include "lib/ramtest.c"
 #include "southbridge/intel/i82801cx/i82801cx_early_smbus.c"
 #include "northbridge/intel/e7501/raminit.h"
 #include "cpu/x86/lapic/boot_cpu.c"
@@ -46,15 +45,13 @@ static void main(unsigned long bist)
                },
        };
 
-       if (bist == 0)
-       {
+       if (bist == 0) {
                // Skip this if there was a built in self test failure
                early_mtrr_init();
                enable_lapic();
        }
 
        // Get the serial port running and print a welcome banner
-
        lpc47b272_enable_serial(SERIAL_DEV, CONFIG_TTYS0_BASE);
        uart_init();
        console_init();