forked from Imagelibrary/rtems
* 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.
19 lines
373 B
INI
19 lines
373 B
INI
#
|
|
# Config file for Freescale 5200Lite a.k.a. IceCube
|
|
#
|
|
# NOTE: This is the same as the Embedded Planets EP5200C and
|
|
# possibly other MPC5200 boards.
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
#
|
|
# All GEN5200 configurations share the same base file, only a few
|
|
# parameters differ.
|
|
#
|
|
|
|
RTEMS_BOARD_MODEL=icecube
|
|
RTEMS_LINKCMDS=linkcmds.icecube
|
|
|
|
include $(RTEMS_ROOT)/make/custom/gen5200.cfg
|