[U-Boot] [PATCH v2] imx: Fix regression with CONFIG_DM_MMC=y
Adam Ford
aford173 at gmail.com
Fri Oct 20 12:10:05 UTC 2017
On Fri, Oct 20, 2017 at 6:51 AM, Jaehoon Chung <jh80.chung at samsung.com> wrote:
> On 10/20/2017 08:41 PM, Fabio Estevam wrote:
>> 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 at nxp.com>
>
> Reviewed-by: Jaehoon Chung <jh80.chung at samsung.com>
This fixed the Logic PD iMX6 development kit.
Tested-by: Adam Ford <aford173 at gmail.com>
>> ---
>> Changes since v1:
>> - Cover all imx boards
>>
>> configs/imx6q_logic_defconfig | 1 -
>> configs/imx6qdl_icore_nand_defconfig | 1 -
>> configs/imx6ul_geam_mmc_defconfig | 1 -
>> configs/imx6ul_geam_nand_defconfig | 1 -
>> configs/imx6ul_isiot_emmc_defconfig | 1 -
>> configs/imx6ul_isiot_mmc_defconfig | 1 -
>> configs/imx6ul_isiot_nand_defconfig | 1 -
>> configs/mx6slevk_defconfig | 2 +-
>> configs/mx6slevk_spinor_defconfig | 2 +-
>> configs/mx6sllevk_defconfig | 1 -
>> configs/mx6sllevk_plugin_defconfig | 1 -
>> configs/mx6sxsabreauto_defconfig | 2 +-
>> configs/mx6ull_14x14_evk_defconfig | 1 -
>> configs/mx6ull_14x14_evk_plugin_defconfig | 1 -
>> configs/mx7dsabresd_defconfig | 1 -
>> configs/mx7dsabresd_secure_defconfig | 1 -
>> configs/mx7ulp_evk_defconfig | 1 -
>> configs/mx7ulp_evk_plugin_defconfig | 1 -
>> configs/opos6uldev_defconfig | 1 -
>> 19 files changed, 3 insertions(+), 19 deletions(-)
>>
>
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> https://lists.denx.de/listinfo/u-boot
More information about the U-Boot
mailing list