diff mbox

[U-Boot] Remove extra boards from LIST_ixp

Message ID 1335382573-7571-1-git-send-email-afleming@freescale.com
State Accepted
Commit bb1c01eaf69047b975d6ecf0ccbedee22a217942
Headers show

Commit Message

Andy Fleming April 25, 2012, 7:36 p.m. UTC
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 |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

Comments

Wolfgang Denk May 18, 2012, 11:44 a.m. UTC | #1
Dear Andy Fleming,

In message <1335382573-7571-1-git-send-email-afleming@freescale.com> you wrote:
> 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 |    5 +----
>  1 files changed, 1 insertions(+), 4 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk
diff mbox

Patch

diff --git a/MAKEALL b/MAKEALL
index e6c801c..5b610bf 100755
--- 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