[U-Boot] [PATCH v3] MAKEALL ARMv7: Use boards.cfg
Dirk Behme
dirk.behme at googlemail.com
Sat Aug 6 08:48:32 CEST 2011
From: Dirk Behme <dirk.behme at googlemail.com>
Use the boards from boards.cfg for building ./MAKEALL ARMV7.
Signed-off-by: Dirk Behme <dirk.behme at 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
More information about the U-Boot
mailing list