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 51c3d49..b6b14d3 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 bc0943f..247679e 100644 (file)
  */
 #ifdef CONFIG_SPL_BUILD
 #undef CONFIG_DM_MMC
+#undef CONFIG_DM_MMC_OPS
 #undef CONFIG_TIMER
 #endif
 
index f515db0..20168b2 100644 (file)
  */
 #ifdef CONFIG_SPL_BUILD
 #undef CONFIG_DM_MMC
+#undef CONFIG_DM_MMC_OPS
 #undef CONFIG_TIMER
 #undef CONFIG_DM_USB
 #endif