]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Remove extra boards from LIST_ixp
authorAndy Fleming <afleming@freescale.com>
Wed, 25 Apr 2012 09:36:13 +0000 (09:36 +0000)
committerWolfgang Denk <wd@denx.de>
Fri, 18 May 2012 11:44:40 +0000 (13:44 +0200)
pdnb3 and scpu are explicitly on LIST_ixp, even though they are
also specified in boards.cfg as having cpu ixp. This means that
they will be built twice when doing ./MAKEALL ixp, or ./MAKEALL arm.

This was pointless before, but actually breaks things if you launch
both builds at the same time, as they overwrite each other.

Signed-off-by: Andy Fleming <afleming@freescale.com>
MAKEALL

diff --git a/MAKEALL b/MAKEALL
index e6c801cbb88457ec58de8e8f60d20ab392966fe4..5b610bf93f66898898207b2b0a7c38571cad9863 100755 (executable)
--- a/MAKEALL
+++ b/MAKEALL
@@ -365,10 +365,7 @@ LIST_at91="$(boards_by_soc at91)"
 
 LIST_pxa="$(boards_by_cpu pxa)"
 
-LIST_ixp="$(boards_by_cpu ixp)
-       pdnb3           \
-       scpu            \
-"
+LIST_ixp="$(boards_by_cpu ixp)"
 
 #########################################################################
 ## ARM groups