This drops the ASSEMBLY define from romstage.c, too
[coreboot.git] / src / mainboard / digitallogic / msm586seg / romstage.c
index 918aef59c2dd1ca4f0d58354a08a582adf18375a..8db527d52b24922fb885541cf3820cf3c9464082 100644 (file)
@@ -1,5 +1,3 @@
-#define ASSEMBLY 1
-
 #define ASM_CONSOLE_LOGLEVEL 8
 #include <stdint.h>
 #include <device/pci_def.h>
@@ -45,8 +43,6 @@ void setup_pars(void)
 
 typedef void (*lj)(void);
 
-
-
 struct mem_controller {
        int i;
 };
@@ -59,8 +55,6 @@ static void memreset(int controllers, const struct mem_controller *ctrl)
 {
 }
 
-
-
 static inline void activate_spd_rom(const struct mem_controller *ctrl)
 {
         /* nothing to do */
@@ -90,7 +84,6 @@ static inline void dumpmem(void){
   }
 }
 
-
 static inline void irqinit(void){
        volatile unsigned char *cp;
 #if 0
@@ -186,15 +179,12 @@ static inline void irqinit(void){
 #endif
 }
 
-
-
 static void main(unsigned long bist)
 {
     volatile int i;
     for(i = 0; i < 100; i++)
       ;
 
-
         setupsc520();
        irqinit();
         uart_init();
@@ -213,7 +203,6 @@ static void main(unsigned long bist)
        outb(0xee, 0x80);
        print_err("loop forever ...\n");
 
-
 #if 0
 
        /* clear memory 1meg */