]> git.ipfire.org Git - u-boot.git/commitdiff
icorem6: Fix to find MMC devices
authorJagan Teki <jagan@amarulasolutions.com>
Fri, 25 Aug 2017 14:50:44 +0000 (20:20 +0530)
committerStefano Babic <sbabic@denx.de>
Tue, 29 Aug 2017 07:50:40 +0000 (09:50 +0200)
U-Boot proper is using DM_MMC so, enable CONFIG_BLK otherwise
find_mmc_device failed to detect MMC device.

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Reviewed-by: Stefano Babic <sbabic@denx.de>
configs/imx6qdl_icore_mmc_defconfig
configs/imx6qdl_icore_rqs_defconfig

index ec39d091348cbfc7c73b7cd44866a372015b769c..9d61c488180a7f4a0e634f3b325b8ceb82c669c1 100644 (file)
@@ -36,7 +36,6 @@ CONFIG_CMD_EXT4_WRITE=y
 CONFIG_CMD_FAT=y
 CONFIG_CMD_FS_GENERIC=y
 CONFIG_OF_LIST="imx6q-icore imx6dl-icore"
-# CONFIG_BLK is not set
 CONFIG_SYS_I2C_MXC=y
 CONFIG_PHYLIB=y
 CONFIG_PHY_SMSC=y
index ba3ac1bbf924a50fa7d45a26f21859656eb3ff3e..319a88d972840fffa84a733d80ca348aaf57f3cc 100644 (file)
@@ -34,7 +34,6 @@ CONFIG_CMD_EXT4_WRITE=y
 CONFIG_CMD_FAT=y
 CONFIG_CMD_FS_GENERIC=y
 CONFIG_OF_LIST="imx6q-icore-rqs imx6dl-icore-rqs"
-# CONFIG_BLK is not set
 CONFIG_SYS_I2C_MXC=y
 CONFIG_PHYLIB=y
 CONFIG_PHY_MICREL=y