diff options
author | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2010-10-20 01:35:28 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2010-10-21 10:42:24 +0900 |
commit | 03626be3f4533c9875e919bd58c1dfdb73d7f6f0 (patch) | |
tree | 992f1c68ec89c8acbb292e259178469477573a2a /MAKEALL | |
parent | 3771c69d78cd1acbfd8c530fbd3b153487cdf70c (diff) | |
download | u-boot-imx-03626be3f4533c9875e919bd58c1dfdb73d7f6f0.zip u-boot-imx-03626be3f4533c9875e919bd58c1dfdb73d7f6f0.tar.gz u-boot-imx-03626be3f4533c9875e919bd58c1dfdb73d7f6f0.tar.bz2 |
sh: sh4: Move to boards.cfg
Move the sh4 target boards out of the Makefile and into boards.cfg.
And fix sh4 of MAKEALL.
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'MAKEALL')
-rwxr-xr-x | MAKEALL | 19 |
1 files changed, 2 insertions, 17 deletions
@@ -611,24 +611,9 @@ LIST_blackfin="$(boards_by_arch blackfin) 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 |