From patchwork Sat Aug 6 06:48:32 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dirk Behme X-Patchwork-Id: 108760 X-Patchwork-Delegate: albert.aribaud@free.fr Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 33E2CB6F76 for ; Sat, 6 Aug 2011 16:49:33 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 8059B280A4; Sat, 6 Aug 2011 08:49:28 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GvGkWUmwy3gQ; Sat, 6 Aug 2011 08:49:28 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id E95A52809D; Sat, 6 Aug 2011 08:49:25 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 72E892809D for ; Sat, 6 Aug 2011 08:49:23 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id C7p8rrrDZXfg for ; Sat, 6 Aug 2011 08:49:22 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-ey0-f170.google.com (mail-ey0-f170.google.com [209.85.215.170]) by theia.denx.de (Postfix) with ESMTPS id 8D9162809C for ; Sat, 6 Aug 2011 08:49:20 +0200 (CEST) Received: by eyd10 with SMTP id 10so2783057eyd.15 for ; Fri, 05 Aug 2011 23:49:16 -0700 (PDT) Received: by 10.213.34.199 with SMTP id m7mr396961ebd.134.1312613355009; Fri, 05 Aug 2011 23:49:15 -0700 (PDT) Received: from linux.local ([46.115.19.85]) by mx.google.com with ESMTPS id d44sm1546172eeb.22.2011.08.05.23.49.09 (version=SSLv3 cipher=OTHER); Fri, 05 Aug 2011 23:49:13 -0700 (PDT) From: Dirk Behme To: u-boot@lists.denx.de Date: Sat, 6 Aug 2011 08:48:32 +0200 Message-Id: <1312613312-27072-1-git-send-email-dirk.behme@gmail.com> X-Mailer: git-send-email 1.7.3.2 Subject: [U-Boot] [PATCH v3] MAKEALL ARMv7: Use boards.cfg X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.9 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de From: Dirk Behme Use the boards from boards.cfg for building ./MAKEALL ARMV7. Signed-off-by: Dirk Behme Tested-By: Albert ARIBAUD --- 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