diff options
author | Yangbo Lu <yangbo.lu@nxp.com> | 2018-03-02 09:24:48 (GMT) |
---|---|---|
committer | Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com> | 2018-03-07 09:44:59 (GMT) |
commit | 6f8b6ddefa4ebec48cda2a3f1f8a9df39bb05294 (patch) | |
tree | b9441084416ed0090b1e705e2d96e3998ea5c30c /include/configs/sama5d2_xplained.h | |
parent | 03560b1848552b2be47bcc7c184171b6fbc018da (diff) | |
download | u-boot-6f8b6ddefa4ebec48cda2a3f1f8a9df39bb05294.tar.xz |
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>
Diffstat (limited to 'include/configs/sama5d2_xplained.h')
0 files changed, 0 insertions, 0 deletions