From patchwork Tue Jan 10 04:32:08 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 90619 Delivered-To: patch@linaro.org Received: by 10.140.20.99 with SMTP id 90csp424738qgi; Mon, 9 Jan 2017 20:33:30 -0800 (PST) X-Received: by 10.28.11.208 with SMTP id 199mr770814wml.97.1484022809923; Mon, 09 Jan 2017 20:33:29 -0800 (PST) Return-Path: Received: from theia.denx.de (theia.denx.de. [85.214.87.163]) by mx.google.com with ESMTP id h9si537390wjj.164.2017.01.09.20.33.29; Mon, 09 Jan 2017 20:33:29 -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 C0047B391A; Tue, 10 Jan 2017 05:33:17 +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 UACApIXiePY2; Tue, 10 Jan 2017 05:33:17 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 5D914B3924; Tue, 10 Jan 2017 05:33:10 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B8951A7616 for ; Tue, 10 Jan 2017 05:32: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 N7jPwx0ZcukS for ; Tue, 10 Jan 2017 05:32: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 conuserg-10.nifty.com (conuserg-10.nifty.com [210.131.2.77]) by theia.denx.de (Postfix) with ESMTPS id 0BB7EB3898 for ; Tue, 10 Jan 2017 05:32:41 +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 v0A4WHbk027645; Tue, 10 Jan 2017 13:32:21 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-10.nifty.com v0A4WHbk027645 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1484022742; bh=BoYZ03SeY074+XswjXme+Acl3JISdCXvVE047RBnbHs=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=BW6hAAAteFzDheeciO750I+4TANSAt4uZ9+zM68cokKzl/xGgVB2Q++RuqlrTJUzn bgcMc2T4WVjSVyWGlJbEcvo6jPi63QZXGNusw47u6iotRXTXR03XCfhCBmSgozHV00 DiMdKGLnxw9RZzT01xUm88mpHucnphi1Rd91RYuJBEQkcEKjpcV5gJRtyj54oHomYc HuZdXWYloHf8FWQfr4jGdRaR7iSnslRJgaqan8/K++ExlZ7uj3f/RCuCOHHTTQAxhV bcVXQQYP8k6OAPam6iIQQDzdpHQolL9i0zSftAtkoG7t3wmO5vuIVfWguxK3LW1LhL nnbtFBTDz7r2g== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Tue, 10 Jan 2017 13:32:08 +0900 Message-Id: <1484022728-9340-8-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: Maxime Ripard , Jagan Teki , Albert Aribaud Subject: [U-Boot] [PATCH v2 7/7] ARM: 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 Reviewed-by: Marek Vasut --- Changes in v2: None 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