summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorHaiying Wang <Haiying.Wang@freescale.com>2009-03-27 17:02:45 -0400
committerKumar Gala <galak@kernel.crashing.org>2009-03-30 13:33:51 -0500
commit765547dc5e0e8cbe6b8f4ea8a5d6ff237935c352 (patch)
treef16d2f492684da69eb33c571258f6447ea987708 /Makefile
parent22b6dbc1696d927d938dd4e16f65d83c0d4fb3f4 (diff)
downloadblackbird-obmc-uboot-765547dc5e0e8cbe6b8f4ea8a5d6ff237935c352.tar.gz
blackbird-obmc-uboot-765547dc5e0e8cbe6b8f4ea8a5d6ff237935c352.zip
MPC85xx: Add MPC8569MDS board support
This patch adds MPC8569MDS board support. The UART, QE UEC1 and UEC2, BRD EEPROM on I2C2 bus, PCI express and DDR3 SPD are supported in this patch. Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com> Signed-off-by: Hillel Avni <Hillel.Avni@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b6fb939f69..31671aa10c 100644
--- a/Makefile
+++ b/Makefile
@@ -2441,6 +2441,9 @@ MPC8555CDS_config: unconfig
MPC8568MDS_config: unconfig
@$(MKCONFIG) $(@:_config=) ppc mpc85xx mpc8568mds freescale
+MPC8569MDS_config: unconfig
+ @$(MKCONFIG) $(@:_config=) ppc mpc85xx mpc8569mds freescale
+
MPC8572DS_36BIT_config \
MPC8572DS_config: unconfig
@mkdir -p $(obj)include
OpenPOWER on IntegriCloud