Drop excessive whitespace randomly sprinkled in romstage.c files.
[coreboot.git] / src / mainboard / supermicro / x6dhr_ig / romstage.c
index 0a9af2d3bf157f247032b9b9734abc4a816e08cb..89429466cfa36b80ab64ac1b5f257732f361c67a 100644 (file)
@@ -45,10 +45,6 @@ static inline int spd_read_byte(unsigned device, unsigned address)
 
 static void main(unsigned long bist)
 {
-       /*
-        *
-        *
-        */
        static const struct mem_controller mch[] = {
                {
                        .node_id = 0,
@@ -70,6 +66,7 @@ static void main(unsigned long bist)
                        skip_romstage();
                }
        }
+
        /* Setup the console */
        outb(0x87,0x2e);
        outb(0x87,0x2e);
@@ -131,11 +128,4 @@ static void main(unsigned long bist)
 #if 0
        ram_check(0x00000000, 0x02000000);
 #endif
-
-#if 0
-       while(1) {
-               hlt();
-       }
-#endif
 }
-