Drop excessive whitespace randomly sprinkled in romstage.c files.
[coreboot.git] / src / mainboard / supermicro / x6dhr_ig2 / romstage.c
index efdacb5a5a2cd9127edfd946941d10d7ab1ce1e1..ba6ba914be253f5c617bea5c851fa9afc83269ff 100644 (file)
@@ -66,6 +66,7 @@ static void main(unsigned long bist)
                        skip_romstage();
                }
        }
+
        /* Setup the console */
        outb(0x87,0x2e);
        outb(0x87,0x2e);
@@ -127,11 +128,4 @@ static void main(unsigned long bist)
 #if 0
        ram_check(0x00000000, 0x02000000);
 #endif
-
-#if 0
-       while(1) {
-               hlt();
-       }
-#endif
 }
-