diff options
author | Adam Ford <aford173@gmail.com> | 2018-09-11 22:15:05 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-09-29 08:07:28 -0400 |
commit | 42140dd0962bc134c0aad27524d0f4cc3955f255 (patch) | |
tree | 017d5ae008c182a475c3667946a03f245ff6326b /board/logicpd/omap3som | |
parent | 2909abd0e077ca70a5d6833e1ea7fb48ff989c08 (diff) | |
download | u-boot-42140dd0962bc134c0aad27524d0f4cc3955f255.tar.gz u-boot-42140dd0962bc134c0aad27524d0f4cc3955f255.tar.bz2 u-boot-42140dd0962bc134c0aad27524d0f4cc3955f255.zip |
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 <aford173@gmail.com>
Diffstat (limited to 'board/logicpd/omap3som')
-rw-r--r-- | board/logicpd/omap3som/omap3logic.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/board/logicpd/omap3som/omap3logic.c b/board/logicpd/omap3som/omap3logic.c index 620423bbc8..48d886930f 100644 --- a/board/logicpd/omap3som/omap3logic.c +++ b/board/logicpd/omap3som/omap3logic.c @@ -331,13 +331,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) { twl4030_power_mmc_init(0); |