From patchwork Sun Jan 1 12:11:18 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 89432 Delivered-To: patch@linaro.org Received: by 10.140.20.101 with SMTP id 92csp7186538qgi; Sun, 1 Jan 2017 04:12:07 -0800 (PST) X-Received: by 10.28.30.146 with SMTP id e140mr47589814wme.112.1483272727790; Sun, 01 Jan 2017 04:12:07 -0800 (PST) Return-Path: Received: from theia.denx.de (theia.denx.de. [85.214.87.163]) by mx.google.com with ESMTP id ub4si47179885wjb.170.2017.01.01.04.12.06; Sun, 01 Jan 2017 04:12:07 -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 1F289B3846; Sun, 1 Jan 2017 13:12:06 +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 YiqibWCKwJZj; Sun, 1 Jan 2017 13:12:05 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 4C8D5A75DC; Sun, 1 Jan 2017 13:12:05 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id BF780A75DC for ; Sun, 1 Jan 2017 13:12: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 BsFZBOdkPqyM for ; Sun, 1 Jan 2017 13:12: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-07.nifty.com (conuserg-07.nifty.com [210.131.2.74]) by theia.denx.de (Postfix) with ESMTPS id 08717A75C9 for ; Sun, 1 Jan 2017 13:11:56 +0100 (CET) Received: from grover.sesame (FL1-111-169-71-157.osk.mesh.ad.jp [111.169.71.157]) (authenticated) by conuserg-07.nifty.com with ESMTP id v01CBUjk001226; Sun, 1 Jan 2017 21:11:47 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-07.nifty.com v01CBUjk001226 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1483272708; bh=WQMcv7Blq+p7pNuWMdnHVzyDh+Xvsi5018ntZ+YrEW8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=iRur7F8jnluzoi8W1xvLonslxsqLbROYCHq/Mv5xnBWYA9S3BTcU4wmR2Iz323Feg hA2e9ZdzIn4axTsJFTVCo0W1EWocM3lMCmNGAHb6wXsEjyRl+2q97RfYlNL5SdA0Jz Dr56dP4HyVE9kj3cSgB1TgjZBNxhyrLo99Ek0UCu8GGxZIjCyKnvXEZllyq1IXq5Ce er4ozCzCVQLrbIywZdfl/k4khz+CiUa3SYwh0/P4qDuX5rZP+HSkQM1DzY4wDKAyRF CsDPErPdrdTvV9XchxfFeK8Hhsgc8SW+un2Dh14u87x2tL12tt1LZpyNmrdnpLT/Jm YZeQaSkjNzFWw== X-Nifty-SrcIP: [111.169.71.157] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Sun, 1 Jan 2017 21:11:18 +0900 Message-Id: <1483272678-14444-8-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1483272678-14444-1-git-send-email-yamada.masahiro@socionext.com> References: <1483272678-14444-1-git-send-email-yamada.masahiro@socionext.com> Cc: Jagan Teki , Hans de Goede Subject: [U-Boot] [PATCH 7/7] sunxi: remove bare default for CONFIG_MMC 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" The bare default entry is wrong. Just remove it since the (real) entry in drivers/mmc/Kconfig has "default ARM || PPC || SANDBOX". Signed-off-by: Masahiro Yamada --- board/sunxi/Kconfig | 4 ---- 1 file changed, 4 deletions(-) -- 2.7.4 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig index e1d4ab1..11eb82a 100644 --- a/board/sunxi/Kconfig +++ b/board/sunxi/Kconfig @@ -291,10 +291,6 @@ config OLD_SUNXI_KERNEL_COMPAT Set this to enable various workarounds for old kernels, this results in sub-optimal settings for newer kernels, only enable if needed. -config MMC - depends on !UART0_PORT_F - default y if ARCH_SUNXI - config MMC0_CD_PIN string "Card detect pin for mmc0" default "PF6" if MACH_SUN8I_A83T || MACH_SUN8I_H3 || MACH_SUN50I