From patchwork Wed Oct 28 00:47:16 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Quentin Armitage X-Patchwork-Id: 537198 X-Patchwork-Delegate: sr@denx.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 F1B49140549 for ; Wed, 28 Oct 2015 16:34:11 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 523654B67B; Wed, 28 Oct 2015 06:34:08 +0100 (CET) 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 7Pkz1Agg_D2G; Wed, 28 Oct 2015 06:34:08 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 124A64B688; Wed, 28 Oct 2015 06:33:51 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 9A0744B635 for ; Wed, 28 Oct 2015 01:57:46 +0100 (CET) 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 LslicdO9IYiZ for ; Wed, 28 Oct 2015 01:57:46 +0100 (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 iprslrsmtp1msp.cpwnetworks.com (rslrsmtp1.opaltelecom.net [62.24.128.201]) by theia.denx.de (Postfix) with ESMTP id A98CD4B62B for ; Wed, 28 Oct 2015 01:57:42 +0100 (CET) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2CgBADHGjBW//2AGD5eGQEBAg4BAQGES7p2hgmGGgKCDQEBAQEBAYELhDYBAQR5EFEsKwYTiDTFLwEBCAIhkQIHhC4FljiNf4g6BIYNjQxjhARyhX0BAQE X-IPAS-Result: A2CgBADHGjBW//2AGD5eGQEBAg4BAQGES7p2hgmGGgKCDQEBAQEBAYELhDYBAQR5EFEsKwYTiDTFLwEBCAIhkQIHhC4FljiNf4g6BIYNjQxjhARyhX0BAQE X-IronPort-AV: E=Sophos;i="5.20,207,1444690800"; d="scan'208";a="439921180" Received: from wmsmtp.opaltelecom.net (HELO rslr-smtp-2.cpwnetworks.com) ([62.24.128.253]) by iprslrsmtp1msp.cpwnetworks.com with ESMTP; 28 Oct 2015 00:48:01 +0000 Received: from [92.27.6.193] (helo=samson.armitage.org.uk) by rslr-smtp-2.cpwnetworks.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1ZrEuG-0002hO-E7 for u-boot@lists.denx.de; Wed, 28 Oct 2015 00:48:00 +0000 Received: from samson.armitage.org.uk (localhost [127.0.0.1]) by samson.armitage.org.uk (Postfix) with ESMTP id 0008FC357A for ; Wed, 28 Oct 2015 00:47:49 +0000 (GMT) Received: by samson.armitage.org.uk (Postfix, from userid 987) id DB673C4F0F; Wed, 28 Oct 2015 00:47:49 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on samson.armitage.org.uk X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, RP_MATCHES_RCVD autolearn=unavailable version=3.3.2 Received: from samson1.armitage.org.uk (samson1.armitage.org.uk [172.21.53.210]) by samson.armitage.org.uk (Postfix) with ESMTP id D4E63C357B; Wed, 28 Oct 2015 00:47:33 +0000 (GMT) From: Quentin Armitage To: Prafulla Wadaskar Date: Wed, 28 Oct 2015 00:47:16 +0000 Message-Id: <1445993241-15724-3-git-send-email-quentin@armitage.org.uk> X-Mailer: git-send-email 1.7.7.6 In-Reply-To: <1445993241-15724-1-git-send-email-quentin@armitage.org.uk> References: <1445993241-15724-1-git-send-email-quentin@armitage.org.uk> X-Virus-Scanned: ClamAV using ClamSMTP by Armitage.org.uk X-Mailman-Approved-At: Wed, 28 Oct 2015 06:33:39 +0100 Cc: u-boot@lists.denx.de, Siddarth Gore , Luka Perkov , Tom Rini , Quentin Armitage Subject: [U-Boot] [PATCH 2/7] kirkwood: Remove duplicate definition of CONFIG_CMD_FAT X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" include/configs/guruplug.h defined CONFIG_CMD_FAT twice. Signed-off-by: Quentin Armitage --- include/configs/guruplug.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/include/configs/guruplug.h b/include/configs/guruplug.h index 318ea87..48dd0e6 100644 --- a/include/configs/guruplug.h +++ b/include/configs/guruplug.h @@ -57,7 +57,6 @@ #define CONFIG_CMD_NAND #define CONFIG_CMD_PING #define CONFIG_CMD_USB -#define CONFIG_CMD_FAT /* * mv-common.h should be defined after CMD configs since it used them