[U-Boot] [PATCH v5 2/2] mmc: fsl_esdhc: fix probe issue without CONFIG_BLK enabled

Prabhakar Kushwaha prabhakar.kushwaha at nxp.com
Wed Jun 19 11:43:05 UTC 2019


> -----Original Message-----
> From: Yinbo Zhu <yinbo.zhu at nxp.com>
> Sent: Thursday, May 23, 2019 8:36 AM
> To: York Sun <york.sun at nxp.com>; u-boot at lists.denx.de; Prabhakar Kushwaha
> <prabhakar.kushwaha at nxp.com>; Vabhav Sharma <vabhav.sharma at nxp.com>
> Cc: Yinbo Zhu <yinbo.zhu at nxp.com>; Xiaobo Xie <xiaobo.xie at nxp.com>; Jiafei
> Pan <jiafei.pan at nxp.com>; Y.b. Lu <yangbo.lu at nxp.com>; Jagdish Gediya
> <jagdish.gediya at nxp.com>; Andy Tang <andy.tang at nxp.com>; G.h. Gao
> <guanhua.gao at nxp.com>
> Subject: [PATCH v5 2/2] mmc: fsl_esdhc: fix probe issue without CONFIG_BLK
> enabled
> 
> From: Yangbo Lu <yangbo.lu at 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.lu at nxp.com>
> Signed-off-by: Yinbo Zhu <yinbo.zhu at 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


More information about the U-Boot mailing list