summaryrefslogtreecommitdiffstats
path: root/make/custom
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--make/custom/rbtx4925.cfg2
-rw-r--r--make/custom/rbtx4938.cfg2
2 files changed, 2 insertions, 2 deletions
diff --git a/make/custom/rbtx4925.cfg b/make/custom/rbtx4925.cfg
index f117a15fdd..ec8557486d 100644
--- a/make/custom/rbtx4925.cfg
+++ b/make/custom/rbtx4925.cfg
@@ -13,7 +13,7 @@ RTEMS_BSP_FAMILY=rbtx4925
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
-CPU_CFLAGS = -mips3 -G0 -EL -DCPU_TX49
+CPU_CFLAGS = -mips3 -G0 -EL
# optimize flag: typically -0, could use -O4 or -fast
# -O4 is ok for RTEMS
diff --git a/make/custom/rbtx4938.cfg b/make/custom/rbtx4938.cfg
index 9c2e5a029e..cc169c1105 100644
--- a/make/custom/rbtx4938.cfg
+++ b/make/custom/rbtx4938.cfg
@@ -13,7 +13,7 @@ RTEMS_BSP_FAMILY=rbtx4938
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
-CPU_CFLAGS = -mips3 -G0 -EL -DCPU_TX49
+CPU_CFLAGS = -mips3 -G0 -EL
# optimize flag: typically -0, could use -O4 or -fast
# -O4 is ok for RTEMS