From: Dirk Behme <dirk.be...@googlemail.com> Use the boards from boards.cfg for building ./MAKEALL ARMV7.
Signed-off-by: Dirk Behme <dirk.be...@googlemail.com> --- Changes in v3: Instead of touching all ARMx boards, only update ARMV7. Current LIST_ARMV7 builds 19 boards while -c armv7 (i.e. using boards.cfg) builds 31 boards (including all boards from the current LIST_ARMV7). Changes in v2: Instead of dublicating the missing boards from boards.cfg to MAKEALL, use the boards defined in boards.cfg directly. See http://lists.denx.de/pipermail/u-boot/2011-August/097858.html MAKEALL | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) Index: u-boot.git/MAKEALL =================================================================== --- u-boot.git.orig/MAKEALL +++ u-boot.git/MAKEALL @@ -417,27 +417,8 @@ LIST_ARM11=" \ ######################################################################### ## ARMV7 Systems ######################################################################### -LIST_ARMV7=" \ - am3517_crane \ - am3517_evm \ - ca9x4_ct_vxp \ - devkit8000 \ - dig297 \ - igep0020 \ - igep0030 \ - mx51evk \ - omap3_beagle \ - omap3_overo \ - omap3_evm \ - omap3_pandora \ - omap3_sdp3430 \ - omap3_zoom1 \ - omap3_zoom2 \ - omap4_panda \ - omap4_sdp4430 \ - s5p_goni \ - smdkc100 \ -" + +LIST_ARMV7="$(boards_by_cpu armv7)" ######################################################################### ## AT91 Systems _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot