diff options
author | Wolfgang Denk <wd@denx.de> | 2010-10-23 21:45:57 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-10-23 21:45:57 +0200 |
commit | 678150f155f0cc69ce7868f53d91e3ab2859510b (patch) | |
tree | cfbfe9f246fb77f6cdc106e91f68860e4363771f /MAKEALL | |
parent | e36aff68221d4dec4bb851d7b747903e89d886bb (diff) | |
parent | 03626be3f4533c9875e919bd58c1dfdb73d7f6f0 (diff) | |
download | u-boot-imx-678150f155f0cc69ce7868f53d91e3ab2859510b.zip u-boot-imx-678150f155f0cc69ce7868f53d91e3ab2859510b.tar.gz u-boot-imx-678150f155f0cc69ce7868f53d91e3ab2859510b.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-sh
Diffstat (limited to 'MAKEALL')
-rwxr-xr-x | MAKEALL | 28 |
1 files changed, 4 insertions, 24 deletions
@@ -609,31 +609,11 @@ LIST_blackfin="$(boards_by_arch blackfin) ## SH Systems ######################################################################### -LIST_sh2=" \ - rsk7203 \ -" -LIST_sh3=" \ - mpr2 \ - ms7720se \ -" +LIST_sh2="$(boards_by_cpu sh2)" +LIST_sh3="$(boards_by_cpu sh3)" +LIST_sh4="$(boards_by_cpu sh4)" -LIST_sh4=" \ - ms7750se \ - ms7722se \ - MigoR \ - r7780mp \ - r2dplus \ - sh7763rdp \ - sh7785lcr \ - ap325rxa \ - espt \ -" - -LIST_sh=" \ - ${LIST_sh2} \ - ${LIST_sh3} \ - ${LIST_sh4} \ -" +LIST_sh="$(boards_by_arch sh)" ######################################################################### ## SPARC Systems |