提交 136b1013 编写于 作者: M Mugunthan V N 提交者: Tom Rini

ti_omap5_common: mmc: do not define DM_MMC for spl

Since spl doesn't support DM currently, do not define DM_MMC
for spl build.
Signed-off-by: NMugunthan V N <mugunthanvnm@ti.com>

asdfsadf
上级 7a837bcf
......@@ -161,4 +161,12 @@
#define CONFIG_SPL_NAND_AM33XX_BCH /* ELM support */
#endif
/*
* Disable MMC DM for SPL build and can be re-enabled after adding
* DM support in SPL
*/
#ifdef CONFIG_SPL_BUILD
#undef CONFIG_DM_MMC
#endif
#endif /* __CONFIG_TI_OMAP5_COMMON_H */
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册