diff options
author | Kim Phillips <kim.phillips@freescale.com> | 2007-07-25 19:25:33 -0500 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2007-08-10 01:12:25 -0500 |
commit | 1c274c4e05b6dc9b24edc8aa618b02f607ee6eed (patch) | |
tree | f8adbc9f4f2b7f052e0bd1924ab7f2601c1c2323 /Makefile | |
parent | 343d91009d55fc5b3ff8cc940597af6c6aa1d359 (diff) | |
download | u-boot-imx-1c274c4e05b6dc9b24edc8aa618b02f607ee6eed.zip u-boot-imx-1c274c4e05b6dc9b24edc8aa618b02f607ee6eed.tar.gz u-boot-imx-1c274c4e05b6dc9b24edc8aa618b02f607ee6eed.tar.bz2 |
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-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 \ |