Drop excessive whitespace randomly sprinkled in romstage.c files.
[coreboot.git] / src / mainboard / eaglelion / 5bcm / romstage.c
index d2c908ec0f023228185ecefd2b6f5d607cff0ea8..9caf82ec77db82752d8b2a53e489297402c5deb4 100644 (file)
@@ -7,18 +7,13 @@
 #include <stdlib.h>
 #include <console/console.h>
 #include "lib/ramtest.c"
-//#include "southbridge/intel/i440bx/i440bx_early_smbus.c"
 #include "superio/nsc/pc97317/pc97317_early_serial.c"
-//#include "northbridge/intel/i440bx/raminit.h"
 #include "cpu/x86/bist.h"
 #include "southbridge/amd/cs5530/cs5530_enable_rom.c"
+#include "northbridge/amd/gx1/raminit.c"
 
 #define SERIAL_DEV PNP_DEV(0x2e, PC97317_SP1)
 
-//#include "lib/delay.c"
-
-#include "northbridge/amd/gx1/raminit.c"
-
 static void main(unsigned long bist)
 {
        pc97317_enable_serial(SERIAL_DEV, CONFIG_TTYS0_BASE);
@@ -53,4 +48,3 @@ static void main(unsigned long bist)
        }
 #endif
 }
-