Simplify a few code chunks, fix whitespace and indentation.
[coreboot.git] / src / mainboard / iei / juki-511p / romstage.c
index 96e027872aa4c027226e22fef6cba4d3731fa632..6bde6756c4db541557d8597d3364ec4169043221 100644 (file)
 
 static void main(unsigned long bist)
 {
-       /* Initialize the serial console. */
        w83977f_enable_serial(SERIAL_DEV, CONFIG_TTYS0_BASE);
        uart_init();
        console_init();
-
-       /* Halt if there was a built in self test failure. */
        report_bist_failure(bist);
 
        /* Disable Watchdog Timer. */
@@ -49,10 +46,6 @@ static void main(unsigned long bist)
        inb(0x843);
 
        cs5530_enable_rom();
-
-       /* Initialize RAM. */
        sdram_init();
-
-       /* Check RAM. */
        /* ram_check(0x00000000, 640 * 1024); */
 }