commit | bb1c01eaf69047b975d6ecf0ccbedee22a217942 | [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 | 0a6deb3251a68b5be640ab1b848ca67e906b75ce [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>