include: config: am335x: disable DM_MMC_OPS if DM_MMC is disabled
Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:

committed by
Jaehoon Chung

parent
22f3368e71
commit
e83d61a57d
@@ -291,6 +291,8 @@
|
|||||||
* DM support in SPL
|
* DM support in SPL
|
||||||
*/
|
*/
|
||||||
#ifdef CONFIG_SPL_BUILD
|
#ifdef CONFIG_SPL_BUILD
|
||||||
|
#undef CONFIG_DM_MMC
|
||||||
|
#undef CONFIG_DM_MMC_OPS
|
||||||
#undef CONFIG_TIMER
|
#undef CONFIG_TIMER
|
||||||
#undef CONFIG_DM_USB
|
#undef CONFIG_DM_USB
|
||||||
#endif
|
#endif
|
||||||
|
@@ -262,6 +262,7 @@
|
|||||||
*/
|
*/
|
||||||
#ifdef CONFIG_SPL_BUILD
|
#ifdef CONFIG_SPL_BUILD
|
||||||
#undef CONFIG_DM_MMC
|
#undef CONFIG_DM_MMC
|
||||||
|
#undef CONFIG_DM_MMC_OPS
|
||||||
#undef CONFIG_TIMER
|
#undef CONFIG_TIMER
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@@ -188,6 +188,7 @@
|
|||||||
*/
|
*/
|
||||||
#ifdef CONFIG_SPL_BUILD
|
#ifdef CONFIG_SPL_BUILD
|
||||||
#undef CONFIG_DM_MMC
|
#undef CONFIG_DM_MMC
|
||||||
|
#undef CONFIG_DM_MMC_OPS
|
||||||
#undef CONFIG_TIMER
|
#undef CONFIG_TIMER
|
||||||
#undef CONFIG_DM_USB
|
#undef CONFIG_DM_USB
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user