]> code.ossystems Code Review - bsp/u-boot.git/commit
imx: Fix regression with CONFIG_DM_MMC=y
authorFabio Estevam <fabio.estevam@nxp.com>
Thu, 12 Oct 2017 19:03:43 +0000 (16:03 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 13 Oct 2017 00:53:01 +0000 (21:53 -0300)
commit3760ecfce4171eff5561ce16f3591730464e6c3f
tree2a6617c9aaab48b28f59c042714c85cb318d3ee4
parent59d477183866e86b4790eaf18b48c0094cb6a96c
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>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
configs/mx6slevk_defconfig
configs/mx6slevk_spinor_defconfig
configs/mx6sllevk_defconfig
configs/mx6sllevk_plugin_defconfig
configs/mx6sxsabreauto_defconfig
configs/mx6ull_14x14_evk_defconfig
configs/mx6ull_14x14_evk_plugin_defconfig
configs/mx7dsabresd_defconfig
configs/mx7dsabresd_secure_defconfig
configs/mx7ulp_evk_defconfig
configs/mx7ulp_evk_plugin_defconfig