[U-Boot] [PATCH] MAKEALL: Add spear platform target to compile all SPEAr boards
Stefan Roese
sr at denx.de
Thu May 31 10:59:43 CEST 2012
Signed-off-by: Stefan Roese <sr at denx.de>
---
MAKEALL | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/MAKEALL b/MAKEALL
index 2e8b997..a553521 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -365,6 +365,12 @@ LIST_pxa="$(boards_by_cpu pxa)"
LIST_ixp="$(boards_by_cpu ixp)"
#########################################################################
+## SPEAr Systems
+#########################################################################
+
+LIST_spear="$(boards_by_soc spear)"
+
+#########################################################################
## ARM groups
#########################################################################
--
1.7.10.3
More information about the U-Boot
mailing list