commit | 41dec2fe99512e941261594f522b2e7d485c314b | [log] [tgz] |
---|---|---|
author | Yangbo Lu <yangbo.lu@nxp.com> | Mon Oct 21 18:09:07 2019 +0800 |
committer | Peng Fan <peng.fan@nxp.com> | Tue Oct 29 10:09:21 2019 +0800 |
tree | a968ce84f49d57ab8ca3d003afcbb3243736c0a3 | |
parent | ffc379b42c85466e1dd4c8fee8268801f26d2ab8 [diff] |
mmc: fsl_esdhc: make BLK as hard requirement of DM_MMC U-boot prefers DM_MMC + BLK for MMC. Now eSDHC driver has already support it, so let's force to use it. - Drop non-BLK support for DM_MMC introduced by below patch. 66fa035 mmc: fsl_esdhc: fix probe issue without CONFIG_BLK enabled - Support only DM_MMC + BLK (assuming BLK is always enabled for DM_MMC). - Use DM_MMC instead of BLK for conditional compile. Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>