summaryrefslogtreecommitdiffstats
path: root/make/custom
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-10-02 04:01:00 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-10-02 04:01:00 +0000
commit77a1304d9791f6d04e4dcbad363e045708a0f66b (patch)
tree165537e345320d0eb946640da88b9c13af2b0f70 /make/custom
parent2008-10-02 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-77a1304d9791f6d04e4dcbad363e045708a0f66b.tar.bz2
Remove RTEMS_BOARD_MODEL, RTEMS_83XX_DERIVATE.
Diffstat (limited to 'make/custom')
-rw-r--r--make/custom/gen83xx.cfg3
-rw-r--r--make/custom/hsc_cm01.cfg2
-rw-r--r--make/custom/mpc8313erdb.cfg2
-rw-r--r--make/custom/mpc8349eamds.cfg2
4 files changed, 1 insertions, 8 deletions
diff --git a/make/custom/gen83xx.cfg b/make/custom/gen83xx.cfg
index d8faa53327..d403342cab 100644
--- a/make/custom/gen83xx.cfg
+++ b/make/custom/gen83xx.cfg
@@ -20,8 +20,7 @@ RTEMS_BSP_FAMILY=gen83xx
# and (hopefully) optimize for it.
#
CPU_CFLAGS = -mcpu=603e -mstrict-align -fno-strict-aliasing \
- -meabi -msdata -fno-common \
- -D$(RTEMS_BOARD_MODEL) -D$(RTEMS_83XX_DERIVATE)
+ -meabi -msdata -fno-common
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions -funit-at-a-time -W -Wno-unused
diff --git a/make/custom/hsc_cm01.cfg b/make/custom/hsc_cm01.cfg
index bb0cbe49d6..568d561f7e 100644
--- a/make/custom/hsc_cm01.cfg
+++ b/make/custom/hsc_cm01.cfg
@@ -9,8 +9,6 @@
# parameters differ.
#
-RTEMS_BOARD_MODEL=HSC_CM01
-RTEMS_83XX_DERIVATE=MPC8349
RTEMS_LINKCMDS=linkcmds.hsc_cm01
include $(RTEMS_ROOT)/make/custom/gen83xx.cfg
diff --git a/make/custom/mpc8313erdb.cfg b/make/custom/mpc8313erdb.cfg
index 81b3b81301..57718ca6bf 100644
--- a/make/custom/mpc8313erdb.cfg
+++ b/make/custom/mpc8313erdb.cfg
@@ -7,8 +7,6 @@
# @brief Configuration file for the MPC8313E Reference Design Board.
#
-RTEMS_BOARD_MODEL=MPC8313ERDB
-RTEMS_83XX_DERIVATE=MPC8349
RTEMS_LINKCMDS=linkcmds.mpc8313erdb
include $(RTEMS_ROOT)/make/custom/gen83xx.cfg
diff --git a/make/custom/mpc8349eamds.cfg b/make/custom/mpc8349eamds.cfg
index 66ef9356d5..375b3d7d03 100644
--- a/make/custom/mpc8349eamds.cfg
+++ b/make/custom/mpc8349eamds.cfg
@@ -9,8 +9,6 @@
# parameters differ.
#
-RTEMS_BOARD_MODEL=MPC8349EAMDS
-RTEMS_83XX_DERIVATE=MPC8349
RTEMS_LINKCMDS=linkcmds.mpc8349eamds
include $(RTEMS_ROOT)/make/custom/gen83xx.cfg