summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJagan Teki <[email protected]>2016-10-25 11:53:22 +0530
committerStefano Babic <[email protected]>2016-10-26 16:53:16 +0200
commitf160c5c8b9f0593f7eebd4933c196954472ebd51 (patch)
treef0f781c866f110fc5698a5c33ec5fb46950cdd2f /include
parent04464a5c56b939c8c16fdd23d3fa05a889a665f6 (diff)
engicam: icorem6: Add DM_GPIO, DM_MMC support
Add DM_GPIO, DM_MMC support for u-boot and disable for SPL. Cc: Peng Fan <[email protected]> Cc: Stefano Babic <[email protected]> Cc: Fabio Estevam <[email protected]> Cc: Matteo Lisi <[email protected]> Cc: Michael Trimarchi <[email protected]> Signed-off-by: Jagan Teki <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/imx6qdl_icore.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/imx6qdl_icore.h b/include/configs/imx6qdl_icore.h
index ad4c5f2ac38..6b5844701a7 100644
--- a/include/configs/imx6qdl_icore.h
+++ b/include/configs/imx6qdl_icore.h
@@ -127,6 +127,10 @@
#ifdef CONFIG_SPL
# define CONFIG_SPL_MMC_SUPPORT
# include "imx6_spl.h"
+# ifdef CONFIG_SPL_BUILD
+# undef CONFIG_DM_GPIO
+# undef CONFIG_DM_MMC
+# endif
#endif
#endif /* __IMX6QLD_ICORE_CONFIG_H */