From patchwork Thu Feb 9 10:25:33 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Amit Virdi X-Patchwork-Id: 140365 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 E05C7B6EF1 for ; Thu, 9 Feb 2012 21:51:46 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id E821F28071; Thu, 9 Feb 2012 11:51:42 +0100 (CET) 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 nQJHV0wNjw6d; Thu, 9 Feb 2012 11:51:42 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 498A228077; Thu, 9 Feb 2012 11:51:41 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 55FA928077 for ; Thu, 9 Feb 2012 11:51:38 +0100 (CET) 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 0bKBVRuNmyAM for ; Thu, 9 Feb 2012 11:51:37 +0100 (CET) X-Greylist: delayed 1519 seconds by postgrey-1.27 at theia; Thu, 09 Feb 2012 11:51:34 CET 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 eu1sys200aog108.obsmtp.com (eu1sys200aog108.obsmtp.com [207.126.144.125]) by theia.denx.de (Postfix) with ESMTPS id 9663328071 for ; Thu, 9 Feb 2012 11:51:34 +0100 (CET) Received: from beta.dmz-ap.st.com ([138.198.100.35]) (using TLSv1) by eu1sys200aob108.postini.com ([207.126.147.11]) with SMTP ID DSNKTzOlNtFoTRldZCovi4vwNMTn16/mJjXv@postini.com; Thu, 09 Feb 2012 10:51:37 UTC Received: from zeta.dmz-ap.st.com (ns6.st.com [138.198.234.13]) by beta.dmz-ap.st.com (STMicroelectronics) with ESMTP id 005A3FC; Thu, 9 Feb 2012 10:17:41 +0000 (GMT) Received: from Webmail-ap.st.com (eapex1hubcas2.st.com [10.80.176.10]) by zeta.dmz-ap.st.com (STMicroelectronics) with ESMTP id 218BD15A3; Thu, 9 Feb 2012 10:26:07 +0000 (GMT) Received: from localhost (10.199.7.86) by Webmail-ap.st.com (10.80.176.7) with Microsoft SMTP Server (TLS) id 8.3.192.1; Thu, 9 Feb 2012 18:26:06 +0800 From: Amit Virdi To: Date: Thu, 9 Feb 2012 15:55:33 +0530 Message-ID: <1328783133-1977-1-git-send-email-amit.virdi@st.com> X-Mailer: git-send-email 1.7.2.2 MIME-Version: 1.0 Cc: viresh.kumar@st.com, rajeev-dlh.kumar@st.com, bhupesh.sharma@st.com, armando.visconti@st.com, shiraz.hashim@st.com, Amit Virdi , deepak.sikri@st.com, albert.u.boot@aribaud.ne Subject: [U-Boot] [PATCH] ARM: Convert spear3xx and spear6xx boards to boards.cfg X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de Signed-off-by: Amit Virdi Acked-by: Stefan Roese --- Makefile | 8 -------- boards.cfg | 4 ++++ 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index 0438f1e..1cee57f 100644 --- a/Makefile +++ b/Makefile @@ -655,14 +655,6 @@ ucname = $(shell echo $(1) | sed -e 's/\(.*\)_config/\U\1/') # ARM #======================================================================== -spear300_config \ -spear310_config \ -spear320_config : unconfig - @$(MKCONFIG) -n $@ -t $@ spear3xx arm arm926ejs $(@:_config=) spear spear - -spear600_config : unconfig - @$(MKCONFIG) -n $@ -t $@ spear6xx arm arm926ejs $(@:_config=) spear spear - SX1_stdout_serial_config \ SX1_config: unconfig @mkdir -p $(obj)include diff --git a/boards.cfg b/boards.cfg index 1e5b3e0..b7e64b6 100644 --- a/boards.cfg +++ b/boards.cfg @@ -176,6 +176,10 @@ omap730p2_cs0boot arm arm926ejs omap730p2 ti omap omap730p2_cs3boot arm arm926ejs omap730p2 ti omap omap730p2:CS3_BOOT edminiv2 arm arm926ejs - LaCie orion5x dkb arm arm926ejs - Marvell pantheon +spear300 arm arm926ejs spear300 spear spear spear3xx:spear300 +spear310 arm arm926ejs spear310 spear spear spear3xx:spear310 +spear320 arm arm926ejs spear320 spear spear spear3xx:spear320 +spear600 arm arm926ejs spear600 spear spear spear6xx:spear600 versatileab arm arm926ejs versatile armltd versatile versatile:ARCH_VERSATILE_AB versatilepb arm arm926ejs versatile armltd versatile versatile:ARCH_VERSATILE_PB versatileqemu arm arm926ejs versatile armltd versatile versatile:ARCH_VERSATILE_QEMU,ARCH_VERSATILE_PB