]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
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)
commitbb1c01eaf69047b975d6ecf0ccbedee22a217942
tree42c7e6307937ef1ebd73bd0cf8c521241462d8d6
parent0a6deb3251a68b5be640ab1b848ca67e906b75ce
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>
MAKEALL