diff options
author | Wolfgang Denk <wd@denx.de> | 2008-07-13 14:40:30 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-07-13 14:40:30 +0200 |
commit | a07351fdbad1a92746d75a195eaef25d146c7f87 (patch) | |
tree | d88915ef5598e2859558d65df8a07922374bfb75 /MAKEALL | |
parent | bde63587622c4b830a27d1ddf7265843de9e994f (diff) | |
parent | fdd70d1921b87287d9a99d1be99bc35226c2b412 (diff) | |
download | u-boot-imx-a07351fdbad1a92746d75a195eaef25d146c7f87.zip u-boot-imx-a07351fdbad1a92746d75a195eaef25d146c7f87.tar.gz u-boot-imx-a07351fdbad1a92746d75a195eaef25d146c7f87.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-at91
Diffstat (limited to 'MAKEALL')
-rwxr-xr-x | MAKEALL | 12 |
1 files changed, 1 insertions, 11 deletions
@@ -461,13 +461,6 @@ LIST_ARM7=" \ ######################################################################### LIST_ARM9=" \ - at91cap9adk \ - at91rm9200dk \ - at91sam9260ek \ - at91sam9261ek \ - at91sam9263ek \ - at91sam9rlek \ - cmc_pu2 \ ap920t \ ap922_XA10 \ ap926ejs \ @@ -478,11 +471,7 @@ LIST_ARM9=" \ cp926ejs \ cp946es \ cp966 \ - csb637 \ - kb9202 \ lpd7a400 \ - m501sk \ - mp2usb \ mx1ads \ mx1fs2 \ netstar \ @@ -587,6 +576,7 @@ LIST_arm=" \ ${LIST_ARM9} \ ${LIST_ARM10} \ ${LIST_ARM11} \ + ${LIST_at91} \ ${LIST_pxa} \ ${LIST_ixp} \ " |