diff options
author | Ilya Yanok <yanok@emcraft.com> | 2009-08-11 02:32:09 +0400 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-09-01 22:10:55 +0200 |
commit | 10bc241dfc15a0820d9c52469173b7ccafec0b84 (patch) | |
tree | 4bfa528bd7ed8b2faf5c9c4073ae9e8e84511e81 /Makefile | |
parent | 50b5fff55827946c86a60db8b21a9358be720666 (diff) | |
download | u-boot-imx-10bc241dfc15a0820d9c52469173b7ccafec0b84.zip u-boot-imx-10bc241dfc15a0820d9c52469173b7ccafec0b84.tar.gz u-boot-imx-10bc241dfc15a0820d9c52469173b7ccafec0b84.tar.bz2 |
imx27lite: add support for imx27lite board from LogicPD
This patch adds support for i.MX27-LITEKIT development board from
LogicPD. This board uses i.MX27 SoC and has 2MB NOR flash, 64MB NAND
flash, FEC ethernet controller integrated into i.MX27.
Signed-off-by: Ilya Yanok <yanok@emcraft.com>
Acked-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2938,6 +2938,9 @@ davinci_sonata_config : unconfig davinci_dm355evm_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm926ejs dm355evm davinci davinci +imx27lite_config: unconfig + @$(MKCONFIG) $(@:_config=) arm arm926ejs imx27lite logicpd mx27 + lpd7a400_config \ lpd7a404_config: unconfig @$(MKCONFIG) $(@:_config=) arm lh7a40x lpd7a40x |