]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/glsdk-u-boot.git/commit
MAKEALL: fix per arch board lists
authorAllen Martin <amartin@nvidia.com>
Wed, 29 Aug 2012 11:08:59 +0000 (11:08 +0000)
committerTom Rini <trini@ti.com>
Tue, 25 Sep 2012 20:28:05 +0000 (13:28 -0700)
commitcce5d210e68cab42944be74b8fe0c071b57f6949
tree858b7fd54db3cff3797cc7556d8771d9f9cd01f7
parent59d63f7d2cad78382574beea01c85cbca96925df
MAKEALL: fix per arch board lists

The LIST_arm rule included the Atmel boards twice (by virtue of
including both LIST_at91 and LIST_ARM9) and was missing all the
arm720t, arm946es, and arm1176 boards.  Change this list to use
boards_by_arch() which is less error prone.  After this change
"./MAKEALL arm" and "./MAKEALL -a arm" build the same boards.

Also fix up some missing and duplicate boards to arm, mips, and m68k.

Signed-off-by: Allen Martin <amartin@nvidia.com>
Acked-by: Tom Rini <trini@ti.com>
MAKEALL