[U-Boot] [PATCH] dm: arm: bcmstb: Enable driver model MMC support
Stefan Roese
sr at denx.de
Fri May 17 13:31:49 UTC 2019
On 17.05.19 14:17, Thomas Fitzsimmons wrote:
> For bcm7445 and bcm7260, this patch enables CONFIG_DM_MMC and updates
> the bcmstb SDHCI driver to use the new driver model. This allows
> removal of SDHCI configuration handling from bcmstb.c, and eliminates
> a board removal compile warning.
>
> Signed-off-by: Thomas Fitzsimmons <fitzsim at fitzsim.org>
> ---
> board/broadcom/bcmstb/bcmstb.c | 65 +-----------------------------
> configs/bcm7260_defconfig | 1 +
> configs/bcm7445_defconfig | 1 +
> drivers/mmc/bcmstb_sdhci.c | 73 +++++++++++++++++++++++++---------
> include/configs/bcm7260.h | 1 -
> include/configs/bcm7445.h | 1 -
> 6 files changed, 58 insertions(+), 84 deletions(-)
Nice cleanup. ;)
Reviewed-by: Stefan Roese <sr at denx.de>
Thanks,
Stefan
More information about the U-Boot
mailing list