mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-20 22:21:41 +00:00
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>
This commit is contained in:
parent
f0662105b6
commit
c13f47b0d7
1 changed files with 2 additions and 1 deletions
3
MAKEALL
3
MAKEALL
|
@ -437,7 +437,7 @@ LIST_microblaze="$(boards_by_arch microblaze)"
|
||||||
## ColdFire Systems
|
## ColdFire Systems
|
||||||
#########################################################################
|
#########################################################################
|
||||||
|
|
||||||
LIST_coldfire="$(boards_by_arch m68k)
|
LIST_m68k="$(boards_by_arch m68k)
|
||||||
astro_mcf5373l \
|
astro_mcf5373l \
|
||||||
cobra5272 \
|
cobra5272 \
|
||||||
EB+MCF-EV123 \
|
EB+MCF-EV123 \
|
||||||
|
@ -451,6 +451,7 @@ LIST_coldfire="$(boards_by_arch m68k)
|
||||||
M5475AFE \
|
M5475AFE \
|
||||||
M5485AFE \
|
M5485AFE \
|
||||||
"
|
"
|
||||||
|
LIST_coldfire=${LIST_m68k}
|
||||||
|
|
||||||
#########################################################################
|
#########################################################################
|
||||||
## AVR32 Systems
|
## AVR32 Systems
|
||||||
|
|
Loading…
Add table
Reference in a new issue