Simplify a few code chunks, fix whitespace and indentation.
[coreboot.git] / src / mainboard / iei / nova4899r / romstage.c
index 72f35aae3f1abe20042eb7b87b1170139e9a88ee..0900f4ba3eef1e61ce7df632a593ae5e76fdfc55 100644 (file)
 
 static void main(unsigned long bist)
 {
-       /* Initialize the serial console. */
        w83977tf_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);
-
        cs5530_enable_rom();
-
-       /* Initialize RAM. */
        sdram_init();
-
-       /* Check RAM. */
        /* ram_check(0x00000000, 640 * 1024); */
 }