From: Stefan Roese Date: Wed, 30 May 2012 22:59:43 +0000 (+0000) Subject: MAKEALL: Add spear platform target to compile all SPEAr boards X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=24dede480c5de9acd0837b19f31bcc37b2600e8c;p=u-boot.git MAKEALL: Add spear platform target to compile all SPEAr boards Signed-off-by: Stefan Roese --- 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 #########################################################################