Drop excessive whitespace randomly sprinkled in romstage.c files.
[coreboot.git] / src / mainboard / supermicro / x6dhe_g2 / romstage.c
index e8fcf306b7a1c15218bc3b6b05e87bde26a07b7e..eef04d4f2819365309f826005e670527be345bf0 100644 (file)
@@ -55,7 +55,6 @@ static void main(unsigned long bist)
                        */
                        .channel0 = {DIMM3, DIMM2, DIMM1, DIMM0, },
                        .channel1 = {DIMM7, DIMM6, DIMM5, DIMM4, },
-
                }
        };
 
@@ -66,6 +65,7 @@ static void main(unsigned long bist)
                        skip_romstage();
                }
        }
+
        /* Setup the console */
        outb(0x87,0x2e);
        outb(0x87,0x2e);
@@ -126,11 +126,4 @@ static void main(unsigned long bist)
 #if 0
        ram_check(0x00000000, 0x02000000);
 #endif
-
-#if 0
-       while(1) {
-               hlt();
-       }
-#endif
 }
-