This drops the ASSEMBLY define from romstage.c, too
[coreboot.git] / src / mainboard / axus / tc320 / romstage.c
index 94564d004c27d22912b4d13839ec0c2f74f32257..0e828fe99680405d958c7b9e2c42abf5e7f65d0e 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>
@@ -47,3 +44,4 @@ static void main(unsigned long bist)
        sdram_init();
        /* ram_check(0, 640 * 1024); */
 }
+