diff options
author | Peter Tyser <ptyser@xes-inc.com> | 2008-12-17 16:36:23 -0600 |
---|---|---|
committer | Andrew Fleming-AFLEMING <afleming@freescale.com> | 2008-12-19 18:11:49 -0600 |
commit | ccf0fdd02b97323f8caae18d06cc9daeac2f192f (patch) | |
tree | 80ad510567dc548503dba8daf5554eda328d6baa /Makefile | |
parent | e92739d34e2d6b6aca93b2598248210710897ce8 (diff) | |
download | u-boot-imx-ccf0fdd02b97323f8caae18d06cc9daeac2f192f.zip u-boot-imx-ccf0fdd02b97323f8caae18d06cc9daeac2f192f.tar.gz u-boot-imx-ccf0fdd02b97323f8caae18d06cc9daeac2f192f.tar.bz2 |
XPedite5370 board support
Initial support for Extreme Engineering Solutions XPedite5370 -
a MPC8572-based 3U VPX single board computer with a PMC/XMC
site.
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2463,6 +2463,9 @@ TQM8560_config: unconfig echo "#define CONFIG_BOARDNAME \"TQM$${CTYPE}\"">>$(obj)include/config.h; @$(MKCONFIG) -a TQM85xx ppc mpc85xx tqm85xx tqc +XPEDITE5370_config: unconfig + @$(MKCONFIG) $(@:_config=) ppc mpc85xx xpedite5370 xes + ######################################################################### ## MPC86xx Systems ######################################################################### |