From patchwork Tue Jan 10 04:32:06 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 90623 Delivered-To: patch@linaro.org Received: by 10.140.20.99 with SMTP id 90csp424992qgi; Mon, 9 Jan 2017 20:34:17 -0800 (PST) X-Received: by 10.223.133.152 with SMTP id 24mr495666wrt.29.1484022857314; Mon, 09 Jan 2017 20:34:17 -0800 (PST) Return-Path: Received: from theia.denx.de (theia.denx.de. [85.214.87.163]) by mx.google.com with ESMTP id y10si373075wrc.335.2017.01.09.20.34.17; Mon, 09 Jan 2017 20:34:17 -0800 (PST) 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; dkim=neutral (body hash did not verify) header.i=@nifty.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 0E960B3A09; Tue, 10 Jan 2017 05:33:41 +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 NPFYBcD4QGAd; Tue, 10 Jan 2017 05:33:40 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 50D95B3A0E; Tue, 10 Jan 2017 05:33:21 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id E43B4B38C2 for ; Tue, 10 Jan 2017 05:33:00 +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 0EcoliQ7xVP4 for ; Tue, 10 Jan 2017 05:33:00 +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 conuserg-10.nifty.com (conuserg-10.nifty.com [210.131.2.77]) by theia.denx.de (Postfix) with ESMTPS id AC1D2B38CC for ; Tue, 10 Jan 2017 05:32:53 +0100 (CET) Received: from pug.jp.socionext.com (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-10.nifty.com with ESMTP id v0A4WHbi027645; Tue, 10 Jan 2017 13:32:20 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-10.nifty.com v0A4WHbi027645 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1484022740; bh=ssku5IlyaGsrQNFNBgHE4NndiXOTXlQXSyHvpvM8LIw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=hRbWdD2bdG1+wYuBtyE7StnKhOwwqj7APdAY+5c6e63Q+H7VICRwB4yMJQOcbvDVx 40a1/N+f0T3i16vvkHN0haT9N/2W8beNxrcLCwQE9PMDuRqlTC3GJGeg6VHa8xdmCL c7g7W5Gp3rPjearmQeUsED4L0PS6MPUd5x59BMnE0+BWT5GQHXo/7EIp79UyMEbbW+ bj5ICF7ujp2DtLq/js/3dXwAPAethAm0HBAn3uI/OObjPepUicXUS43aVaqTdUTNku A5ZfCtgzfo8m+RsLn9QK3hR6KnmUHC+FTvPRPEOiqvvMKDBQ7LrdXDxwM9NWY/1Eza wGcZRAOl/nToA== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Tue, 10 Jan 2017 13:32:06 +0900 Message-Id: <1484022728-9340-6-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1484022728-9340-1-git-send-email-yamada.masahiro@socionext.com> References: <1484022728-9340-1-git-send-email-yamada.masahiro@socionext.com> Cc: Albert Aribaud , Tom Rini Subject: [U-Boot] [PATCH v2 5/7] ARM: davinci: remove unused CONFIG_DAVINCI_MMC_SD1 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" This CONFIG is not referenced from anywhere. Signed-off-by: Masahiro Yamada Reviewed-by: Marek Vasut --- Changes in v2: None include/configs/da850evm.h | 1 - include/configs/legoev3.h | 1 - 2 files changed, 2 deletions(-) -- 2.7.4 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot Reviewed-by: Tom Rini diff --git a/include/configs/da850evm.h b/include/configs/da850evm.h index ceb9cea..2eabc00 100644 --- a/include/configs/da850evm.h +++ b/include/configs/da850evm.h @@ -313,7 +313,6 @@ /* SD/MMC configuration */ #ifndef CONFIG_USE_NOR -#define CONFIG_DAVINCI_MMC_SD1 #define CONFIG_GENERIC_MMC #define CONFIG_DAVINCI_MMC #endif diff --git a/include/configs/legoev3.h b/include/configs/legoev3.h index 3b118bb..fab1831 100644 --- a/include/configs/legoev3.h +++ b/include/configs/legoev3.h @@ -215,7 +215,6 @@ #define CONFIG_ENV_SIZE (16 << 10) /* SD/MMC configuration */ -#define CONFIG_DAVINCI_MMC_SD1 #define CONFIG_GENERIC_MMC #define CONFIG_DAVINCI_MMC