[U-Boot] [PATCH v14 10/10] arm64: MAKEALL, filter armv8 boards from LIST_arm
fenghua at phytium.com.cn
fenghua at phytium.com.cn
Sat Oct 12 10:14:34 CEST 2013
From: David Feng <fenghua at phytium.com.cn>
Signed-off-by: David Feng <fenghua at phytium.com.cn>
---
MAKEALL | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/MAKEALL b/MAKEALL
index 956f3da..cb414ca 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -370,6 +370,12 @@ LIST_ARM11="$(boards_by_cpu arm1136) \
LIST_ARMV7="$(boards_by_cpu armv7)"
#########################################################################
+## ARMV8 Systems
+#########################################################################
+
+LIST_ARMV8="$(boards_by_cpu armv8)"
+
+#########################################################################
## AT91 Systems
#########################################################################
@@ -393,7 +399,11 @@ LIST_spear="$(boards_by_soc spear)"
## ARM groups
#########################################################################
-LIST_arm="$(boards_by_arch arm)"
+LIST_arm="$(boards_by_arch arm | \
+ for ARMV8_BOARD in $LIST_ARMV8; \
+ do sed "/$ARMV8_BOARD/d"; \
+ done) \
+"
#########################################################################
## MIPS Systems (default = big endian)
--
1.7.9.5
More information about the U-Boot
mailing list