summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2014-04-17 21:45:59 +0200
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2014-04-20 13:16:43 +0200
commited638b6af2e9089bc998500db7e9c655c02c2493 (patch)
treeb025f799f80a95a9cd2b34220c5936a15550f07b
parent538cf92c8c2e8ea7f78c87b5bfb2f705b4b02fa8 (diff)
downloadblackbird-obmc-uboot-ed638b6af2e9089bc998500db7e9c655c02c2493.tar.gz
blackbird-obmc-uboot-ed638b6af2e9089bc998500db7e9c655c02c2493.zip
MAKEALL: remove hard-coded MIPS boards
Remove all MIPS boards and use $(targets_by_arch mips) for filling list_MIPS. Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
-rwxr-xr-xMAKEALL40
1 files changed, 1 insertions, 39 deletions
diff --git a/MAKEALL b/MAKEALL
index c54240ced6..020e65fdc8 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -418,47 +418,9 @@ LIST_arm="$(targets_by_arch arm | \
## MIPS Systems (default = big endian)
#########################################################################
-LIST_mips4kc=" \
- qemu_mips \
- vct_platinum \
- vct_platinum_small \
- vct_platinum_onenand \
- vct_platinum_onenand_small \
- vct_platinumavc \
- vct_platinumavc_small \
- vct_platinumavc_onenand \
- vct_platinumavc_onenand_small \
- vct_premium \
- vct_premium_small \
- vct_premium_onenand \
- vct_premium_onenand_small \
-"
-
-LIST_au1xx0=" \
- dbau1000 \
- dbau1100 \
- dbau1500 \
- dbau1550 \
-"
-
-LIST_mips=" \
- ${LIST_mips4kc} \
- ${LIST_mips5kc} \
- ${LIST_au1xx0} \
-"
+LIST_mips="$(targets_by_arch mips)"
#########################################################################
-## MIPS Systems (little endian)
-#########################################################################
-
-LIST_au1xx0_el=" \
- dbau1550_el \
- pb1000 \
-"
-LIST_mips_el=" \
- ${LIST_au1xx0_el} \
-"
-#########################################################################
## OpenRISC Systems
#########################################################################
OpenPOWER on IntegriCloud