> -----Original Message-----
> From: Yinbo Zhu <yinbo....@nxp.com>
> Sent: Thursday, May 23, 2019 8:36 AM
> To: York Sun <york....@nxp.com>; u-boot@lists.denx.de; Prabhakar Kushwaha
> <prabhakar.kushw...@nxp.com>; Vabhav Sharma <vabhav.sha...@nxp.com>
> Cc: Yinbo Zhu <yinbo....@nxp.com>; Xiaobo Xie <xiaobo....@nxp.com>; Jiafei
> Pan <jiafei....@nxp.com>; Y.b. Lu <yangbo...@nxp.com>; Jagdish Gediya
> <jagdish.ged...@nxp.com>; Andy Tang <andy.t...@nxp.com>; G.h. Gao
> <guanhua....@nxp.com>
> Subject: [PATCH v5 2/2] mmc: fsl_esdhc: fix probe issue without CONFIG_BLK
> enabled
> 
> From: Yangbo Lu <yangbo...@nxp.com>
> 
> 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...@nxp.com>
> Signed-off-by: Yinbo Zhu <yinbo....@nxp.com>
> ---
> Change in v2:
> Change in v3:
>                 Remove non-TFA patch
> Change in v4:
>                 update the Copyright information Change in v5:
>                 Add NXP Copyright information
> 
>  drivers/mmc/fsl_esdhc.c | 31 ++++++++++++++++++++++++++++++-
>  1 file changed, 30 insertions(+), 1 deletion(-)
> 

Fixed copyright issue
This patch has been applied to fsl-qoriq master, awaiting upstream.

--pk
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to