Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / src / mainboard / eaglelion / 5bcm / romstage.c
index fe41cce3e7eed885dc1cd0142c04c5bf1f119767..11fe81250ab1465fe62ad7b580aa995a52dd792e 100644 (file)
@@ -1,6 +1,3 @@
-#define ASSEMBLY 1
-
-
 #include <stdint.h>
 #include <device/pci_def.h>
 #include <arch/io.h>
@@ -9,7 +6,7 @@
 #include <arch/hlt.h>
 #include <stdlib.h>
 #include "pc80/serial.c"
-#include "arch/i386/lib/console.c"
+#include "console/console.c"
 #include "lib/ramtest.c"
 //#include "southbridge/intel/i440bx/i440bx_early_smbus.c"
 #include "superio/nsc/pc97317/pc97317_early_serial.c"
@@ -31,11 +28,11 @@ static void main(unsigned long bist)
 
        /* Halt if there was a built in self test failure */
        report_bist_failure(bist);
-       
+
        cs5530_enable_rom();
 
        sdram_init();
-       
+
        /* Check all of memory */
 #if 0
        ram_check(0x00000000, msr.lo);
@@ -57,3 +54,4 @@ static void main(unsigned long bist)
        }
 #endif
 }
+