[U-Boot] [PATCH] mmc: fsl_esdhc_imx: fix config check issue when building in SPL
Bin Meng
bmeng.cn at gmail.com
Thu Jul 11 04:12:54 UTC 2019
On Thu, Jul 11, 2019 at 11:29 AM Ye Li <ye.li at 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 at nxp.com>
> ---
> drivers/mmc/fsl_esdhc_imx.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
More information about the U-Boot
mailing list