]> git.sur5r.net Git - u-boot/commitdiff
include: config: am335x: disable DM_MMC_OPS if DM_MMC is disabled
authorJean-Jacques Hiblot <jjhiblot@ti.com>
Fri, 14 Apr 2017 17:50:01 +0000 (19:50 +0200)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 15 May 2017 04:51:31 +0000 (13:51 +0900)
Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
include/configs/am335x_evm.h
include/configs/am335x_shc.h
include/configs/chiliboard.h

index 51c3d493c8638c5c51f7b466843d40172708d2e2..b6b14d38bdde0fca6f3c3f89ae855f1278447241 100644 (file)
  * DM support in SPL
  */
 #ifdef CONFIG_SPL_BUILD
+#undef CONFIG_DM_MMC
+#undef CONFIG_DM_MMC_OPS
 #undef CONFIG_TIMER
 #undef CONFIG_DM_USB
 #endif
index bc0943fdfd07decaeb20b850700cdc90f80af526..247679eee37babc2e9902a98fd39fa7acc159a24 100644 (file)
  */
 #ifdef CONFIG_SPL_BUILD
 #undef CONFIG_DM_MMC
+#undef CONFIG_DM_MMC_OPS
 #undef CONFIG_TIMER
 #endif
 
index f515db038d123154350bbcdb4b84dd157a0bc6be..20168b22b637d62e1e7626cb255560f0d25ad75c 100644 (file)
  */
 #ifdef CONFIG_SPL_BUILD
 #undef CONFIG_DM_MMC
+#undef CONFIG_DM_MMC_OPS
 #undef CONFIG_TIMER
 #undef CONFIG_DM_USB
 #endif