Simplify a few code chunks, fix whitespace and indentation.
[coreboot.git] / src / mainboard / via / pc2500e / romstage.c
index 3aa599bb49008a4ec44174b08570caf9a91ecabb..657b3cde6b4a9721f2680eced7e15ec51584080e 100644 (file)
@@ -63,14 +63,9 @@ void main(unsigned long bist)
        it8716f_enable_serial(SERIAL_DEV, CONFIG_TTYS0_BASE);
        uart_init();
        console_init();
-
        enable_smbus();
        smbus_fixup(&ctrl);
-
-       /* Halt if there was a built-in self test failure. */
        report_bist_failure(bist);
-
        ddr_ram_setup(&ctrl);
-
        /* ram_check(0, 640 * 1024); */
 }