From: Adam Ford Date: Wed, 12 Sep 2018 03:15:05 +0000 (-0500) Subject: ARM: omap3_logic: Remove non-DM MMC initialization X-Git-Tag: v2018.11-rc1~32 X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fu-boot.git;a=commitdiff_plain;h=42140dd0962bc134c0aad27524d0f4cc3955f255 ARM: omap3_logic: Remove non-DM MMC initialization 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 --- diff --git a/board/logicpd/omap3som/omap3logic.c b/board/logicpd/omap3som/omap3logic.c index 620423bbc8b..48d886930fe 100644 --- a/board/logicpd/omap3som/omap3logic.c +++ b/board/logicpd/omap3som/omap3logic.c @@ -330,13 +330,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) {