diff options
author | Guennadi Liakhovetski <[lg@denx.de]> | 2008-03-30 11:32:30 +0100 |
---|---|---|
committer | Peter Pearse <peter.pearse@arm.com> | 2008-03-30 11:32:30 +0100 |
commit | 7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6 (patch) | |
tree | 45d63a99c8d1e949238d55f9ff679b3158eab9c2 /Makefile | |
parent | c88ae20580b2b01487b4cdcc8b2a113f551aee36 (diff) | |
download | u-boot-imx-7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6.zip u-boot-imx-7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6.tar.gz u-boot-imx-7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6.tar.bz2 |
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-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 #======================================================================== |