[U-Boot] [PATCH v6 1/8] dm: mmc: use block layer in mmc driver

York Sun york.sun at nxp.com
Wed Aug 15 14:57:53 UTC 2018


First of all, your subject is wrong. You are not making any change to dm
or mmc.

On 08/13/2018 12:09 AM, Yinbo Zhu wrote:
> At present the MMC subsystem maintains its own list
> of MMC devices. This cannot work with driver model
> when CONFIG_BLK is enabled, use blk_dread to
> replace previous mmc read interface,
> use mmc_get_blk_desc to get the mmc device property
> 
> Signed-off-by: Yinbo Zhu <yinbo.zhu at nxp.com>
> ---
> Change in v6:
> 		remove block layer in mmc_legacy.
> 
>  arch/arm/cpu/armv8/fsl-layerscape/ppa.c |    5 ++---

You didn't replace all. If you compiled all targets, you would see
errors on secure boot targets. Please fix and test _ALL_ targets before
sending another version.

York


More information about the U-Boot mailing list