
17 May
2019
17 May
'19
3:31 p.m.
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@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@denx.de
Thanks, Stefan