> -----Original Message----- > From: Yinbo Zhu <[email protected]> > Sent: Thursday, May 23, 2019 8:36 AM > To: York Sun <[email protected]>; [email protected]; Prabhakar Kushwaha > <[email protected]>; Vabhav Sharma <[email protected]> > Cc: Yinbo Zhu <[email protected]>; Xiaobo Xie <[email protected]>; Jiafei > Pan <[email protected]>; Y.b. Lu <[email protected]>; Jagdish Gediya > <[email protected]>; Andy Tang <[email protected]>; G.h. Gao > <[email protected]> > Subject: [PATCH v5 2/2] mmc: fsl_esdhc: fix probe issue without CONFIG_BLK > enabled > > From: Yangbo Lu <[email protected]> > > 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 <[email protected]> > Signed-off-by: Yinbo Zhu <[email protected]> > --- > 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 [email protected] https://lists.denx.de/listinfo/u-boot

