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 /MAKEALL | |
parent | 50b5fff55827946c86a60db8b21a9358be720666 (diff) | |
download | u-boot-10bc241dfc15a0820d9c52469173b7ccafec0b84.zip u-boot-10bc241dfc15a0820d9c52469173b7ccafec0b84.tar.gz u-boot-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 'MAKEALL')
-rwxr-xr-x | MAKEALL | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -520,6 +520,7 @@ LIST_ARM9=" \ cp926ejs \ cp946es \ cp966 \ + imx27lite \ lpd7a400 \ mv88f6281gtw_ge \ mx1ads \ |