From: Stefan Roese <sr@denx.de>
Date: Wed, 30 May 2012 22:59:43 +0000 (+0000)
Subject: MAKEALL: Add spear platform target to compile all SPEAr boards
X-Git-Tag: v2025.01-rc5-pxa1908~16782^2~33
X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-logo.png?a=commitdiff_plain;h=24dede480c5de9acd0837b19f31bcc37b2600e8c;p=u-boot.git

MAKEALL: Add spear platform target to compile all SPEAr boards

Signed-off-by: Stefan Roese <sr@denx.de>
---

diff --git a/MAKEALL b/MAKEALL
index 84a5c92cf3..46c021241f 100755
--- 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
 #########################################################################