Drop excessive whitespace randomly sprinkled in romstage.c files.
[coreboot.git] / src / mainboard / intel / jarrell / romstage.c
index 22f5937e020c59426a016a48db487f2a4cdef2f1..8b39ce58435ed755e8c2aac56c132777222886c3 100644 (file)
@@ -63,6 +63,7 @@ static void main(unsigned long bist)
                        skip_romstage();
                }
        }
+
        /* Setup the console */
        pc87427_disable_dev(CONSOLE_SERIAL_DEV);
        pc87427_disable_dev(HIDDEN_SERIAL_DEV);
@@ -127,11 +128,5 @@ static void main(unsigned long bist)
        ram_check(0x00000000, 0x02000000);
 #endif
 
-#endif
-#if 0
-       while(1) {
-               hlt();
-       }
 #endif
 }
-