commit | 7aa20fd44fe03d61104c24ae60bf0486de633b66 | [log] [tgz] |
---|---|---|
author | Ye Li <ye.li@nxp.com> | Thu Jul 11 03:29:02 2019 +0000 |
committer | Peng Fan <peng.fan@nxp.com> | Mon Jul 15 10:30:08 2019 +0800 |
tree | 856732dc1025475216156e764ab1edce26cd543b | |
parent | 9f7793dd6f5380a45bdf4d04ed3abd9caf98456c [diff] |
mmc: fsl_esdhc_imx: fix config check issue when building in SPL Should use CONFIG_IS_ENABLED not IS_ENABLED for clock and regulator drivers, CONFIG_IS_ENABLED will check the CONFIG_SPL_CLK and CONFIG_SPL_DM_REGULATOR when building SPL. Signed-off-by: Ye Li <ye.li@nxp.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>