diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-09-25 19:27:19 +0000 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-10-05 22:22:14 +0200 |
commit | c13f47b0d77aee8e6c04ab104d79785ac110623d (patch) | |
tree | 725bbadae03400fe93365247252bfe4449693608 | |
parent | f0662105b674a3874227316abf8536bebc9b5995 (diff) | |
download | u-boot-c13f47b0d77aee8e6c04ab104d79785ac110623d.zip u-boot-c13f47b0d77aee8e6c04ab104d79785ac110623d.tar.gz u-boot-c13f47b0d77aee8e6c04ab104d79785ac110623d.tar.bz2 |
MAKEALL: rename coldfire list to m68k to match arch
The m68k tree is the only one where `./MAKEALL <arch>` does not work.
So rename the existing coldfire list in the MAKEALL script to m68k, and
add an alias from coldfire to m68k. This makes scripting around MAKEALL
easier.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
-rwxr-xr-x | MAKEALL | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -437,7 +437,7 @@ LIST_microblaze="$(boards_by_arch microblaze)" ## ColdFire Systems ######################################################################### -LIST_coldfire="$(boards_by_arch m68k) +LIST_m68k="$(boards_by_arch m68k) astro_mcf5373l \ cobra5272 \ EB+MCF-EV123 \ @@ -451,6 +451,7 @@ LIST_coldfire="$(boards_by_arch m68k) M5475AFE \ M5485AFE \ " +LIST_coldfire=${LIST_m68k} ######################################################################### ## AVR32 Systems |