summaryrefslogtreecommitdiffstats
path: root/make/custom
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-08-06 13:53:41 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-08-06 13:53:41 +0000
commite06e586d3592dc5030d662bf1e8c40366088107a (patch)
tree359e3aa19f9935dbd0c42deb284d4b1f7aaf4045 /make/custom
parent2007-08-06 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-e06e586d3592dc5030d662bf1e8c40366088107a.tar.bz2
2007-08-06 Joel Sherrill <joel.sherrill@OARcorp.com>
* custom/icecube.cfg: Rename EP5200 to IceCube since that is the nickname for the Freescale evaluation board it is based upon. BSP was tested on a Freescale MPC5200LITE.
Diffstat (limited to 'make/custom')
-rw-r--r--make/custom/icecube.cfg9
1 files changed, 5 insertions, 4 deletions
diff --git a/make/custom/icecube.cfg b/make/custom/icecube.cfg
index 11ea9b4eef..78d8e442f0 100644
--- a/make/custom/icecube.cfg
+++ b/make/custom/icecube.cfg
@@ -1,7 +1,8 @@
#
-# Config file for Embedded Planets EP5200C
+# Config file for Freescale 5200Lite a.k.a. IceCube
#
-# NOTE: This is the same as the Freescale 5200Lite a.k.a. IceCube
+# NOTE: This is the same as the Embedded Planets EP5200C and
+# possibly other MPC5200 boards.
#
# $Id$
#
@@ -11,7 +12,7 @@
# parameters differ.
#
-RTEMS_BOARD_MODEL=ep5200
-RTEMS_LINKCMDS=linkcmds.ep5200
+RTEMS_BOARD_MODEL=icecube
+RTEMS_LINKCMDS=linkcmds.icecube
include $(RTEMS_ROOT)/make/custom/gen5200.cfg