From patchwork Thu Aug 25 15:14:25 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sekhar Nori X-Patchwork-Id: 74690 Delivered-To: patch@linaro.org Received: by 10.140.29.52 with SMTP id a49csp893859qga; Thu, 25 Aug 2016 08:14:56 -0700 (PDT) X-Received: by 10.28.232.149 with SMTP id f21mr8683789wmi.51.1472138096230; Thu, 25 Aug 2016 08:14:56 -0700 (PDT) Return-Path: Received: from theia.denx.de (theia.denx.de. [85.214.87.163]) by mx.google.com with ESMTP id x82si31998994wmb.139.2016.08.25.08.14.56; Thu, 25 Aug 2016 08:14:56 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) client-ip=85.214.87.163; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) smtp.mailfrom=u-boot-bounces@lists.denx.de Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 7D8A84B698; Thu, 25 Aug 2016 17:14:52 +0200 (CEST) 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 J3lFOLKKBcY3; Thu, 25 Aug 2016 17:14:52 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 38B234B93F; Thu, 25 Aug 2016 17:14:51 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 1725B4B62B for ; Thu, 25 Aug 2016 17:14:42 +0200 (CEST) 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 MQN7XgOjc1xF for ; Thu, 25 Aug 2016 17:14:42 +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 bear.ext.ti.com (bear.ext.ti.com [198.47.19.11]) by theia.denx.de (Postfix) with ESMTPS id 8BC0F4B624 for ; Thu, 25 Aug 2016 17:14:36 +0200 (CEST) Received: from dflxv15.itg.ti.com ([128.247.5.124]) by bear.ext.ti.com (8.13.7/8.13.7) with ESMTP id u7PFEWNX022065; Thu, 25 Aug 2016 10:14:32 -0500 Received: from DFLE73.ent.ti.com (dfle73.ent.ti.com [128.247.5.110]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id u7PFEWYA012485; Thu, 25 Aug 2016 10:14:32 -0500 Received: from dlep33.itg.ti.com (157.170.170.75) by DFLE73.ent.ti.com (128.247.5.110) with Microsoft SMTP Server id 14.3.294.0; Thu, 25 Aug 2016 10:14:31 -0500 Received: from psplinux063.india.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep33.itg.ti.com (8.14.3/8.13.8) with ESMTP id u7PFERtW005568; Thu, 25 Aug 2016 10:14:30 -0500 From: Sekhar Nori To: Tom Rini Date: Thu, 25 Aug 2016 20:44:25 +0530 Message-ID: <20160825151427.9434-2-nsekhar@ti.com> X-Mailer: git-send-email 2.9.0 In-Reply-To: <20160825151427.9434-1-nsekhar@ti.com> References: <20160825151427.9434-1-nsekhar@ti.com> MIME-Version: 1.0 Cc: U-Boot Mailing List , Kishon Vijay Abraham I Subject: [U-Boot] [PATCH 1/3] configs: dra7xx: get rid of duplicate #define 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: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" CONFIG_DFU_RAM is repeated twice in dra7xx_evm.h file. Remove the duplicate. Signed-off-by: Sekhar Nori --- include/configs/dra7xx_evm.h | 1 - 1 file changed, 1 deletion(-) -- 2.9.0 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot diff --git a/include/configs/dra7xx_evm.h b/include/configs/dra7xx_evm.h index b66949f4155b..4ea993d3f5db 100644 --- a/include/configs/dra7xx_evm.h +++ b/include/configs/dra7xx_evm.h @@ -218,7 +218,6 @@ /* USB Device Firmware Update support */ #define CONFIG_USB_FUNCTION_DFU -#define CONFIG_DFU_RAM #define CONFIG_DFU_MMC #define CONFIG_DFU_RAM