From 7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6 Mon Sep 17 00:00:00 2001 From: Guennadi Liakhovetski <[lg@denx.de]> Date: Sun, 30 Mar 2008 11:32:30 +0100 Subject: 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 --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9fa8b63..f160d25 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 #======================================================================== -- cgit v1.1