diff options
author | Guennadi Liakhovetski <lg@denx.de> | 2008-04-14 10:53:12 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-04-18 10:05:14 -0700 |
commit | b5dc9b304d289831f291843ff88a45cbdf1a6290 (patch) | |
tree | 063c13280555e9da0b7d2b86781ddb14281f725f /Makefile | |
parent | 5e3dca577b7c1bf58bd2b48449b18b7e7dcd8e04 (diff) | |
download | u-boot-imx-b5dc9b304d289831f291843ff88a45cbdf1a6290.zip u-boot-imx-b5dc9b304d289831f291843ff88a45cbdf1a6290.tar.gz u-boot-imx-b5dc9b304d289831f291843ff88a45cbdf1a6290.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
@@ -2636,6 +2636,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 #======================================================================== |