[U-Boot] [PATCH] MAKEALL: Add spear platform target to compile all SPEAr boards

Signed-off-by: Stefan Roese sr@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 #########################################################################

Hi Stefan,
On Thu, 31 May 2012 10:59:43 +0200 Stefan Roese sr@denx.de wrote:
Signed-off-by: Stefan Roese sr@denx.de
MAKEALL | 6 ++++++ 1 file changed, 6 insertions(+)
Applied to staging/agust@denx.de. Thanks!
Thanks, Anatolij
participants (2)
-
Anatolij Gustschin
-
Stefan Roese