This drops the ASSEMBLY define from romstage.c, too
[coreboot.git] / src / mainboard / televideo / tc7020 / romstage.c
index 669329d97d302d3560a9ed446a2706f4bf084224..07f5ad5a923a384c49cec7e124a55041b708d3ed 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>
@@ -55,3 +52,4 @@ static void main(unsigned long bist)
        /* Check whether RAM works. */
        /* ram_check(0, 640 * 1024); */
 }
+