From patchwork Sat Jul 29 17:35:30 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Glass X-Patchwork-Id: 795250 X-Patchwork-Delegate: jh80.chung@samsung.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=google.com header.i=@google.com header.b="KAIfRkn8"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 3xKYKZ03Cqz9s7h for ; Sun, 30 Jul 2017 03:55:45 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id B6796C220CE; Sat, 29 Jul 2017 17:49:13 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 3DACCC22009; Sat, 29 Jul 2017 17:39:43 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id F2C29C21E54; Sat, 29 Jul 2017 17:37:06 +0000 (UTC) Received: from mail-io0-f182.google.com (mail-io0-f182.google.com [209.85.223.182]) by lists.denx.de (Postfix) with ESMTPS id 3EB3BC21F31 for ; Sat, 29 Jul 2017 17:37:03 +0000 (UTC) Received: by mail-io0-f182.google.com with SMTP id l7so99706377iof.1 for ; Sat, 29 Jul 2017 10:37:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=0g3sSAlhyeS1hlD5M1gv9Qk08DmzB45rGJzS0qoSNJw=; b=KAIfRkn8qTq2w0cJzkrFpLijCWftSWSitMWNDrp/PZERE9hL1AXa8SHljTGWZlYy/3 fNSHkpVhrKVDGRoQxIpsVGhKlXwJThnyFdeBvEVXD6zVbK+45cG+XIYwYPIQcSDakhzY WGMaWX38bjIRHSyRIfdF0V+7YuO5eE4Wz0MfO8AXnJ84iX7dUFx1dYXU1WMSudp3opBZ wgL0+CxiXiEpw9Pck1btLCNQgmAwuceNlHrQIajoDxbkVVf0jWmMu5iGUPSj5b+Ii1nj eMgE7TR4hH0YNpQDR+HXBWVsYC9G6RAxDnNdziKxoO5VaYQkoQxXAbu+ayRS77lQX0Ax gaXg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:cc:subject:date:message-id :in-reply-to:references; bh=0g3sSAlhyeS1hlD5M1gv9Qk08DmzB45rGJzS0qoSNJw=; b=shjMABbgDD3jw89jZFD4rq0VzSf8TxYegEqDa+UAqzHzFhQx0IpZropI+w41abjcjh itw2TAPuFoXE/Q4PUW1LYD10hQzNjVMm7SWgyb00ZJLspnizcYgZK5Dcftx64VHmZ1tH rWsmTBX5Yda0k2aCIR/KJmKLLEz7Z24QrEBBmz4RipKAz2wmefNfv+JNI8VQDiNT21Bw WfU+DcV2oN9fzcExQi4bK+rYIrk8vdU9NCl1nPuknWhu4U33Cs0iszm2AisA7rEJ9z/K hAFpcvVuQkYw7c7aY3ROHb6bDiob/s3BArCPkR/xQnMbj0Ci+v6Ov1E26dqs/+z3Sj8S qc0g== X-Gm-Message-State: AIVw110AEtyaWz5mkHaCINEztbaPBs+IJCfHW/Ae6ZVs9yRjPc1aWHBC Rm4/j11mOMtFzTgt X-Received: by 10.107.12.197 with SMTP id 66mr13468561iom.273.1501349821892; Sat, 29 Jul 2017 10:37:01 -0700 (PDT) Received: from kiwi.bld.corp.google.com ([100.101.164.89]) by smtp.gmail.com with ESMTPSA id 9sm7799894iom.3.2017.07.29.10.37.01 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 29 Jul 2017 10:37:01 -0700 (PDT) Received: by kiwi.bld.corp.google.com (Postfix, from userid 121222) id 88E4413F719; Sat, 29 Jul 2017 11:37:00 -0600 (MDT) From: Simon Glass To: U-Boot Mailing List Date: Sat, 29 Jul 2017 11:35:30 -0600 Message-Id: <20170729173531.90977-40-sjg@chromium.org> X-Mailer: git-send-email 2.14.0.rc0.400.g1c36432dff-goog In-Reply-To: <20170729173531.90977-1-sjg@chromium.org> References: <20170729173531.90977-1-sjg@chromium.org> Cc: Tom Rini Subject: [U-Boot] [PATCH v2 39/40] dm: mmc: Correct Kconfig condition for SPL_DM_MMC_OPS X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 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 should depend on SPL_DM_MMC, not SPL_DM. For it and update the only affected board's defconfig. Signed-off-by: Simon Glass --- Changes in v2: None configs/Linksprite_pcDuino3_defconfig | 3 --- drivers/mmc/Kconfig | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/configs/Linksprite_pcDuino3_defconfig b/configs/Linksprite_pcDuino3_defconfig index f0d382c002..fb81bad00f 100644 --- a/configs/Linksprite_pcDuino3_defconfig +++ b/configs/Linksprite_pcDuino3_defconfig @@ -15,10 +15,7 @@ CONFIG_SPL_I2C_SUPPORT=y # CONFIG_SPL_DOS_PARTITION is not set # CONFIG_SPL_ISO_PARTITION is not set # CONFIG_SPL_EFI_PARTITION is not set -# CONFIG_SPL_BLK is not set CONFIG_DM_MMC=y -# CONFIG_SPL_DM_MMC is not set -# CONFIG_SPL_DM_MMC_OPS is not set CONFIG_ETH_DESIGNWARE=y CONFIG_SUN7I_GMAC=y CONFIG_SCSI=y diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig index 0902a5a103..5a526945b7 100644 --- a/drivers/mmc/Kconfig +++ b/drivers/mmc/Kconfig @@ -43,7 +43,7 @@ config SPL_DM_MMC config SPL_DM_MMC_OPS bool "Support MMC controller operations using Driver Model in SPL" - depends on SPL_DM && DM_MMC_OPS + depends on SPL_DM_MMC && DM_MMC_OPS default y help Driver model provides a means of supporting device operations. This