[U-Boot] [PATCH] ARM: omap3_logic: Remove non-DM MMC initialization
Adam Ford
aford173 at gmail.com
Wed Sep 12 03:15:05 UTC 2018
With DM_MMC working for both SPL and U-Boot, this patch removes
the legacy style of initializing the MMC driver.
Signed-off-by: Adam Ford <aford173 at gmail.com>
diff --git a/board/logicpd/omap3som/omap3logic.c b/board/logicpd/omap3som/omap3logic.c
index 6054ed8739..4507b1ed99 100644
--- a/board/logicpd/omap3som/omap3logic.c
+++ b/board/logicpd/omap3som/omap3logic.c
@@ -242,13 +242,6 @@ int board_late_init(void)
}
#endif
-#if defined(CONFIG_MMC)
-int board_mmc_init(bd_t *bis)
-{
- return omap_mmc_init(0, 0, 0, -1, -1);
-}
-#endif
-
#if defined(CONFIG_MMC)
void board_mmc_power_init(void)
{
--
2.17.1
More information about the U-Boot
mailing list