diff options
author | Yangbo Lu <yangbo.lu@nxp.com> | 2019-05-23 11:05:46 +0800 |
---|---|---|
committer | Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com> | 2019-06-19 12:54:56 +0530 |
commit | 66fa035b55463d21bab2196289a6090431c5e45f (patch) | |
tree | 25539574acf3d2f58e296ae30404d85d74f1a330 /board/freescale/lx2160a/lx2160a.c | |
parent | 087bfe67ac2555c37b257335424b7c193d7f6afd (diff) |
mmc: fsl_esdhc: fix probe issue without CONFIG_BLK enabled
u-boot is trying to make CONFIG_BLK as a hard requirement
for DM_MMC. But now it's still not.
config BLK
bool "Support block devices"
depends on DM
default y if DM_MMC
When fsl_esdhc driver was reworked for DM_MMC support, DM_MMC
without CONFIG_BLK enabled wasn't considered. This patch is to
fix probe issue without CONFIG_BLK enabled.
Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
Signed-off-by: Yinbo Zhu <yinbo.zhu@nxp.com>
Reviewed-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Diffstat (limited to 'board/freescale/lx2160a/lx2160a.c')
0 files changed, 0 insertions, 0 deletions