This drops the ASSEMBLY define from romstage.c, too
[coreboot.git] / src / mainboard / amd / rumba / romstage.c
index ea3ec908fa71f96dcc9b0762d2c66b8d088a3ed5..087fe1842ab844ceb201e820c34c68110a3414c0 100644 (file)
@@ -1,6 +1,3 @@
-#define ASSEMBLY 1
-
-
 #include <stdint.h>
 #include <device/pci_def.h>
 #include <arch/io.h>
@@ -118,7 +115,6 @@ static void msr_init(void)
        /* put code in northbridge[init].c here */
 }
 
-
 static void main(unsigned long bist)
 {
        static const struct mem_controller memctrl [] = {
@@ -146,3 +142,4 @@ static void main(unsigned long bist)
        /* Check all of memory */
        //ram_check(0x00000000, 640*1024);
 }
+