diff mbox

[U-Boot,v3] MAKEALL ARMv7: Use boards.cfg

Message ID 1312613312-27072-1-git-send-email-dirk.behme@gmail.com
State Accepted
Commit f37586bb14a338c03f6085b8b3ceec5f6d9e9313
Delegated to: Albert ARIBAUD
Headers show

Commit Message

Dirk Behme Aug. 6, 2011, 6:48 a.m. UTC
From: Dirk Behme <dirk.behme@googlemail.com>

Use the boards from boards.cfg for building ./MAKEALL ARMV7.

Signed-off-by: Dirk Behme <dirk.behme@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(-)

Comments

Albert ARIBAUD Aug. 7, 2011, 9:16 a.m. UTC | #1
Hi Dirk,

Le 06/08/2011 08:48, Dirk Behme a écrit :
> From: Dirk Behme<dirk.behme@googlemail.com>
>
> Use the boards from boards.cfg for building ./MAKEALL ARMV7.
>
> Signed-off-by: Dirk Behme<dirk.behme@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

Tested-By: Albert ARIBAUD <albert.u.boot@aribaud.net>

And

Applied to u-boot-arm/master, thanks!

Amicalement,
diff mbox

Patch

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