]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
MAKEALL: Add spear platform target to compile all SPEAr boards
authorStefan Roese <sr@denx.de>
Wed, 30 May 2012 22:59:43 +0000 (22:59 +0000)
committerAnatolij Gustschin <agust@denx.de>
Wed, 7 Nov 2012 00:29:46 +0000 (01:29 +0100)
Signed-off-by: Stefan Roese <sr@denx.de>
MAKEALL

diff --git a/MAKEALL b/MAKEALL
index 84a5c92cf39308ddef93ab17908b84811c4971d3..46c021241ff4809bdb8e033d90e28b510e0e5d64 100755 (executable)
--- a/MAKEALL
+++ b/MAKEALL
@@ -380,6 +380,12 @@ LIST_pxa="$(boards_by_cpu pxa)"
 
 LIST_ixp="$(boards_by_cpu ixp)"
 
+#########################################################################
+## SPEAr Systems
+#########################################################################
+
+LIST_spear="$(boards_by_soc spear)"
+
 #########################################################################
 ## ARM groups
 #########################################################################