This drops the ASSEMBLY define from romstage.c, too
[coreboot.git] / src / mainboard / msi / ms6156 / romstage.c
index e3e3e2ef55700e761540dcaa3c30bda09848e823..e5a6bf9fe4195c3c570515fe737128fdfff736e6 100644 (file)
@@ -18,9 +18,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
-#define ASSEMBLY 1
-
-
 #include <stdint.h>
 #include <stdlib.h>
 #include <device/pci_def.h>
@@ -71,3 +68,4 @@ static void main(unsigned long bist)
        sdram_enable();
        /* ram_check(0, 640 * 1024); */
 }
+