Skip to content
Snippets Groups Projects
Commit ed638b6a authored by Daniel Schwierzeck's avatar Daniel Schwierzeck
Browse files

MAKEALL: remove hard-coded MIPS boards


Remove all  MIPS boards and use $(targets_by_arch mips) for
filling list_MIPS.

Signed-off-by: default avatarDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
parent 538cf92c
No related branches found
No related tags found
No related merge requests found
...@@ -418,46 +418,8 @@ LIST_arm="$(targets_by_arch arm | \ ...@@ -418,46 +418,8 @@ LIST_arm="$(targets_by_arch arm | \
## MIPS Systems (default = big endian) ## MIPS Systems (default = big endian)
######################################################################### #########################################################################
LIST_mips4kc=" \ LIST_mips="$(targets_by_arch mips)"
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} \
"
#########################################################################
## MIPS Systems (little endian)
#########################################################################
LIST_au1xx0_el=" \
dbau1550_el \
pb1000 \
"
LIST_mips_el=" \
${LIST_au1xx0_el} \
"
######################################################################### #########################################################################
## OpenRISC Systems ## OpenRISC Systems
######################################################################### #########################################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment