mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-09 20:18:54 -04:00
Remove extra boards from LIST_ixp
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>
This commit is contained in:
parent
0a6deb3251
commit
bb1c01eaf6
5
MAKEALL
5
MAKEALL
@ -365,10 +365,7 @@ LIST_at91="$(boards_by_soc at91)"
|
|||||||
|
|
||||||
LIST_pxa="$(boards_by_cpu pxa)"
|
LIST_pxa="$(boards_by_cpu pxa)"
|
||||||
|
|
||||||
LIST_ixp="$(boards_by_cpu ixp)
|
LIST_ixp="$(boards_by_cpu ixp)"
|
||||||
pdnb3 \
|
|
||||||
scpu \
|
|
||||||
"
|
|
||||||
|
|
||||||
#########################################################################
|
#########################################################################
|
||||||
## ARM groups
|
## ARM groups
|
||||||
|
Loading…
x
Reference in New Issue
Block a user