summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKim Phillips <kim.phillips@freescale.com>2007-07-25 19:25:33 -0500
committerKim Phillips <kim.phillips@freescale.com>2007-08-10 01:12:25 -0500
commit1c274c4e05b6dc9b24edc8aa618b02f607ee6eed (patch)
treef8adbc9f4f2b7f052e0bd1924ab7f2601c1c2323 /Makefile
parent343d91009d55fc5b3ff8cc940597af6c6aa1d359 (diff)
downloadblackbird-obmc-uboot-1c274c4e05b6dc9b24edc8aa618b02f607ee6eed.tar.gz
blackbird-obmc-uboot-1c274c4e05b6dc9b24edc8aa618b02f607ee6eed.zip
mpc83xx: add support for the MPC8323E RDB
MPC8323E based board with 64MB fixed SDRAM, 16MB flash, five 10/100 ethernet ports connected via an ICPlus IP175C switch, one PCI slot, and serial. Features not supported in this patch are SD card interface, 2 USB ports, and the two phone ports. Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com> Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 704e480e3c..2a18a4d6ab 100644
--- a/Makefile
+++ b/Makefile
@@ -1675,6 +1675,9 @@ MPC8313ERDB_66_config: unconfig
fi ;
@$(MKCONFIG) -a MPC8313ERDB ppc mpc83xx mpc8313erdb
+MPC8323ERDB_config: unconfig
+ @$(MKCONFIG) -a MPC8323ERDB ppc mpc83xx mpc8323erdb freescale
+
MPC832XEMDS_config \
MPC832XEMDS_HOST_33_config \
MPC832XEMDS_HOST_66_config \
OpenPOWER on IntegriCloud