diff options
author | David Brownell <david-b@pacbell.net> | 2008-01-18 12:45:45 -0800 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-03-30 14:09:55 +0200 |
commit | a3543d6dc52b0ba9c64016687cf32d600b31a476 (patch) | |
tree | 946c0fdbc5ebdb9c82b673102ea79fbf6d90de6a /MAKEALL | |
parent | 74d1e66d22dac91388bc538b2fe19f735edc5b82 (diff) | |
download | u-boot-imx-a3543d6dc52b0ba9c64016687cf32d600b31a476.zip u-boot-imx-a3543d6dc52b0ba9c64016687cf32d600b31a476.tar.gz u-boot-imx-a3543d6dc52b0ba9c64016687cf32d600b31a476.tar.bz2 |
add missing ARM boards to MAKEALL
Add some missing ARM boards to MAKEALL. These build correctly,
unlike several of the boards already listed.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'MAKEALL')
-rwxr-xr-x | MAKEALL | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -462,6 +462,8 @@ LIST_ARM9=" \ cp926ejs \ cp946es \ cp966 \ + csb637 \ + kb9202 \ lpd7a400 \ m501sk \ mp2usb \ @@ -471,6 +473,7 @@ LIST_ARM9=" \ omap1510inn \ omap1610h2 \ omap1610inn \ + omap5912osk \ omap730p2 \ sbc2410x \ scb9328 \ |