summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2010-04-27 11:37:28 +0200
committerStefan Roese <sr@denx.de>2010-04-29 10:16:20 +0200
commit029faf3e85e9406f32f133e6f2a114ed26b02fb4 (patch)
treed9ea6795a94412a1434249312f6f37f94b500c7a /Makefile
parent96a0d6235db4c93c03d41c492f5960b18547b7a7 (diff)
downloadtalos-obmc-uboot-029faf3e85e9406f32f133e6f2a114ed26b02fb4.tar.gz
talos-obmc-uboot-029faf3e85e9406f32f133e6f2a114ed26b02fb4.zip
ppc4xx: Add support for ICON board (PPC440SPe)
This patch adds support for the Mosaix Technologies, Inc. ICON board, based on the AppliedMicro (AMCC) PPC440SPe. It's equipped with an SODIMM (512MB standard) and 64MByte of NOR FLASH. Support for the onboard SM502 will be added later. Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 25e3b8c51c..5fcbbb24e0 100644
--- a/Makefile
+++ b/Makefile
@@ -1357,6 +1357,9 @@ HH405_config: unconfig
HUB405_config: unconfig
@$(MKCONFIG) $(@:_config=) powerpc ppc4xx hub405 esd
+icon_config: unconfig
+ @$(MKCONFIG) $(@:_config=) powerpc ppc4xx icon mosaixtech
+
# Compact-Center(codename intip) & DevCon-Center use different U-Boot images
intip_config \
devconcenter_config: unconfig
OpenPOWER on IntegriCloud