
11 Jul
2019
11 Jul
'19
6:12 a.m.
On Thu, Jul 11, 2019 at 11:29 AM Ye Li ye.li@nxp.com wrote:
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
drivers/mmc/fsl_esdhc_imx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com