From patchwork Thu Jun 30 19:33:00 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alex X-Patchwork-Id: 102809 X-Patchwork-Delegate: info@emk-elektronik.de 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 6A4A4B6F18 for ; Fri, 1 Jul 2011 05:37:23 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 9F73E280FD; Thu, 30 Jun 2011 21:37:21 +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 1ev7qGJHCMVs; Thu, 30 Jun 2011 21:37:20 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 84943280D4; Thu, 30 Jun 2011 21:37:15 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 2FEFC280EF for ; Thu, 30 Jun 2011 21:37:13 +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 LjNJyuKV5bha for ; Thu, 30 Jun 2011 21:37:12 +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 victoria.dawning.com (mail.dawning.com [63.247.149.203]) by theia.denx.de (Postfix) with ESMTPS id 2129A280E2 for ; Thu, 30 Jun 2011 21:37:10 +0200 (CEST) Received: from victoria.dawning.com (victoria.dawning.com [127.0.0.1]) by victoria.dawning.com (8.14.4/8.14.4) with ESMTP id p5UJXSo9022962; Thu, 30 Jun 2011 15:33:28 -0400 Received: (from alex@localhost) by victoria.dawning.com (8.14.4/8.14.4/Submit) id p5UJXSWD022961; Thu, 30 Jun 2011 15:33:28 -0400 From: Alex Waterman To: u-boot@lists.denx.de Date: Thu, 30 Jun 2011 15:33:00 -0400 Message-Id: <1309462387-22926-2-git-send-email-awaterman@dawning.com> X-Mailer: git-send-email 1.7.4.4 In-Reply-To: <1309462387-22926-1-git-send-email-awaterman@dawning.com> References: <4E0C6CDC.4020806@dawning.com> <1309462387-22926-1-git-send-email-awaterman@dawning.com> Cc: sedji.gaouaou@atmel.com Subject: [U-Boot] [PATCH 1/8] Remove old config stuff from Makefile 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 Start the process of pushing the at91sam9m10g45ek* boards to the new builds.cfg configuration style. At the moment just the generic config is available, add the rest as necessary. Signed-off-by: Alex Waterman --- Makefile | 21 --------------------- 1 files changed, 0 insertions(+), 21 deletions(-) diff --git a/Makefile b/Makefile index 3454db6..63acc94 100644 --- a/Makefile +++ b/Makefile @@ -850,27 +850,6 @@ at91sam9rlek_config : unconfig fi; @$(MKCONFIG) -n $@ -a at91sam9rlek arm arm926ejs at91sam9rlek atmel at91 -at91sam9m10g45ek_nandflash_config \ -at91sam9m10g45ek_dataflash_config \ -at91sam9m10g45ek_dataflash_cs0_config \ -at91sam9m10g45ek_config \ -at91sam9g45ekes_nandflash_config \ -at91sam9g45ekes_dataflash_config \ -at91sam9g45ekes_dataflash_cs0_config \ -at91sam9g45ekes_config : unconfig - @mkdir -p $(obj)include - @if [ "$(findstring 9m10,$@)" ] ; then \ - echo "#define CONFIG_AT91SAM9M10G45EK 1" >>$(obj)include/config.h ; \ - else \ - echo "#define CONFIG_AT91SAM9G45EKES 1" >>$(obj)include/config.h ; \ - fi; - @if [ "$(findstring _nandflash,$@)" ] ; then \ - echo "#define CONFIG_SYS_USE_NANDFLASH 1" >>$(obj)include/config.h ; \ - else \ - echo "#define CONFIG_ATMEL_SPI 1" >>$(obj)include/config.h ; \ - fi; - @$(MKCONFIG) -n $@ -a at91sam9m10g45ek arm arm926ejs at91sam9m10g45ek atmel at91 - pm9g45_config : unconfig @mkdir -p $(obj)include @$(MKCONFIG) -a pm9g45 arm arm926ejs pm9g45 ronetix at91