[U-Boot] [PATCH] MAKEALL: remove hard-coded MIPS boards

Daniel Schwierzeck daniel.schwierzeck at gmail.com
Thu Apr 17 22:06:32 CEST 2014


iDo not initialize list_MIPS with hard-coded board names.
Use targets_by_arch() instead.

Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck at gmail.com>
---
 MAKEALL | 40 +---------------------------------------
 1 file changed, 1 insertion(+), 39 deletions(-)

diff --git a/MAKEALL b/MAKEALL
index c54240c..020e65f 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
 #########################################################################
 
-- 
1.8.3.2



More information about the U-Boot mailing list