summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGuennadi Liakhovetski <[lg@denx.de]>2008-03-30 11:32:30 +0100
committerPeter Pearse <peter.pearse@arm.com>2008-03-30 11:32:30 +0100
commit7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6 (patch)
tree45d63a99c8d1e949238d55f9ff679b3158eab9c2 /Makefile
parentc88ae20580b2b01487b4cdcc8b2a113f551aee36 (diff)
downloadtalos-obmc-uboot-7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6.tar.gz
talos-obmc-uboot-7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6.zip
Support for the MX31ADS evaluation board from Freescale
This patch adds support for the MX31ADS evaluation board from Freescale, initialization code is copied from RedBoot sources, also provided by Freescale. Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9fa8b63e17..f160d25ab2 100644
--- a/Makefile
+++ b/Makefile
@@ -2604,6 +2604,9 @@ imx31_litekit_config : unconfig
imx31_phycore_config : unconfig
@$(MKCONFIG) $(@:_config=) arm arm1136 imx31_phycore NULL mx31
+mx31ads_config : unconfig
+ @$(MKCONFIG) $(@:_config=) arm arm1136 mx31ads NULL mx31
+
#========================================================================
# i386
#========================================================================
OpenPOWER on IntegriCloud