All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jean-Jacques Hiblot <jjhiblot@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/2] include: config: am335x: disable DM_MMC_OPS if DM_MMC is disabled
Date: Fri, 14 Apr 2017 19:50:01 +0200	[thread overview]
Message-ID: <1492192202-32550-2-git-send-email-jjhiblot@ti.com> (raw)
In-Reply-To: <1492192202-32550-1-git-send-email-jjhiblot@ti.com>

Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
---
 include/configs/am335x_evm.h | 1 +
 include/configs/am335x_shc.h | 1 +
 include/configs/chiliboard.h | 1 +
 3 files changed, 3 insertions(+)

diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
index 2712687..d7787a1 100644
--- a/include/configs/am335x_evm.h
+++ b/include/configs/am335x_evm.h
@@ -284,6 +284,7 @@
  */
 #ifdef CONFIG_SPL_BUILD
 #undef CONFIG_DM_MMC
+#undef CONFIG_DM_MMC_OPS
 #undef CONFIG_TIMER
 #undef CONFIG_DM_USB
 #endif
diff --git a/include/configs/am335x_shc.h b/include/configs/am335x_shc.h
index c100fbc..2f35a2c 100644
--- a/include/configs/am335x_shc.h
+++ b/include/configs/am335x_shc.h
@@ -262,6 +262,7 @@
  */
 #ifdef CONFIG_SPL_BUILD
 #undef CONFIG_DM_MMC
+#undef CONFIG_DM_MMC_OPS
 #undef CONFIG_TIMER
 #endif
 
diff --git a/include/configs/chiliboard.h b/include/configs/chiliboard.h
index c1669fa..0577c57 100644
--- a/include/configs/chiliboard.h
+++ b/include/configs/chiliboard.h
@@ -188,6 +188,7 @@
  */
 #ifdef CONFIG_SPL_BUILD
 #undef CONFIG_DM_MMC
+#undef CONFIG_DM_MMC_OPS
 #undef CONFIG_TIMER
 #undef CONFIG_DM_USB
 #endif
-- 
1.9.1

  reply	other threads:[~2017-04-14 17:50 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-14 17:50 [U-Boot] [PATCH 0/2] drivers: omap_hsmmc: move to DM_MMC_OPS Jean-Jacques Hiblot
2017-04-14 17:50 ` Jean-Jacques Hiblot [this message]
2017-04-16 19:33   ` [U-Boot] [PATCH 1/2] include: config: am335x: disable DM_MMC_OPS if DM_MMC is disabled Simon Glass
2017-04-18  8:24     ` Jean-Jacques Hiblot
     [not found]   ` <CGME20170421081006epcas1p38b445b7ddc886159706ae4643791aaff@epcas1p3.samsung.com>
2017-04-21  8:10     ` [U-Boot] [U-Boot, " Jaehoon Chung
2017-04-14 17:50 ` [U-Boot] [PATCH 2/2] drivers: omap_hsmmc: move to DM_MMC_OPS Jean-Jacques Hiblot
2017-04-16 19:33   ` Simon Glass
     [not found]   ` <CGME20170421081023epcas5p3bf3a29e47a1446fd81681879a150ff77@epcas5p3.samsung.com>
2017-04-21  8:10     ` [U-Boot] [U-Boot,2/2] " Jaehoon Chung

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1492192202-32550-2-git-send-email-jjhiblot@ti.com \
    --to=jjhiblot@ti.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.