This drops the ASSEMBLY define from romstage.c, too
[coreboot.git] / src / mainboard / soyo / sy-6ba-plus-iii / romstage.c
index 424d3160837025dbc756ba1546c0e6e41c4ee305..cbf4bd3ea0e745e11cb8277549959820e0941e10 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 <device/pci_def.h>
 #include <arch/io.h>
@@ -71,3 +68,4 @@ static void main(unsigned long bist)
        sdram_enable();
        /* ram_check(0, 640 * 1024); */
 }
+