This drops the ASSEMBLY define from romstage.c, too
[coreboot.git] / src / mainboard / jetway / j7f24 / romstage.c
index b37b305d48a1c17d57da196ece66629d620b2cc7..ac3ab97f91459d062a86679f2ffc437c42d3f9bd 100644 (file)
@@ -19,9 +19,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 <device/pci_ids.h>
@@ -128,3 +125,4 @@ static void main(unsigned long bist)
 
        print_spew("Leaving romstage.c:main()\r\n");
 }
+