diff options
author | Fabio Estevam | 2017-10-20 12:17:03 -0200 |
---|---|---|
committer | Stefano Babic | 2017-10-30 18:54:38 +0100 |
commit | c46305a829af36db255caa8fb5d28f5a6529978c (patch) | |
tree | 467e337d7fc801564c193df849a137b987bacb6b /include/configs/opos6uldev.h | |
parent | b79372ae94fbc9e30d014ad8ce830d2062539eb9 (diff) |
imx: Fix regression with CONFIG_DM_MMC=y
When CONFIG_DM_MMC=y, CONFIG_BLK should be selected, otherwise the
SD/eMMC card cannot be used.
Also, select CONFIG_DM_USB=y when CONFIG_USB=y to avoid build failure.
Tested on mx6slevk, mx7dsabresd and mx6ullevk.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
Tested-by: Adam Ford <aford173@gmail.com>
Tested-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
Tested-by: Jagan Teki <jagan@openedev.com>
Reviewed-by: Jagan Teki <jagan@openedev.com>
Diffstat (limited to 'include/configs/opos6uldev.h')
-rw-r--r-- | include/configs/opos6uldev.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/opos6uldev.h b/include/configs/opos6uldev.h index d01898465bc..04fc602ce44 100644 --- a/include/configs/opos6uldev.h +++ b/include/configs/opos6uldev.h @@ -17,6 +17,7 @@ #ifdef CONFIG_SPL_BUILD #undef CONFIG_DM_GPIO #undef CONFIG_DM_MMC +#undef CONFIG_BLK #define CONFIG_MXC_UART_BASE UART1_BASE #endif |