commit | c96fa11265a64e6477657e1a9e261bdc54eaafe1 | [log] [tgz] |
---|---|---|
author | Andy Fleming <afleming@freescale.com> | Wed Apr 25 09:36:13 2012 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Fri May 18 13:44:40 2012 +0200 |
tree | 42c7e6307937ef1ebd73bd0cf8c521241462d8d6 | |
parent | 629f71860d3ffee5c1ce3ca08fb7c6a1636d7247 [diff] |
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>