]> code.ossystems Code Review - bsp/u-boot.git/commit
imx: Fix regression with CONFIG_DM_MMC=y
authorFabio Estevam <fabio.estevam@nxp.com>
Fri, 20 Oct 2017 11:41:07 +0000 (09:41 -0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 20 Oct 2017 12:06:16 +0000 (10:06 -0200)
commitac9d5ea66fa9d259672e8c3767eb18aabe7c0088
treed4c150fcb0073314ec94b7bd8a713f8d04abf382
parentf732987fd2385422f59ec7d712a54ea95e04ef21
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.

[ otavio: those are the new changes from v2 of the patch ]

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
configs/imx6q_logic_defconfig
configs/imx6qdl_icore_nand_defconfig
configs/imx6ul_geam_mmc_defconfig
configs/imx6ul_geam_nand_defconfig
configs/imx6ul_isiot_emmc_defconfig
configs/imx6ul_isiot_mmc_defconfig
configs/imx6ul_isiot_nand_defconfig
configs/opos6uldev_defconfig