summaryrefslogtreecommitdiff
path: root/board/ti/beagle
diff options
context:
space:
mode:
authorRomain Naour <romain.naour@gmail.com>2022-02-25 14:18:31 +0300
committerTom Rini <trini@konsulko.com>2022-03-10 21:49:57 +0300
commitb2aac9c622acb304d7362a7a45d23b45d98b21f5 (patch)
tree8cf52403d7ff7f4f1edcdf9662ff5b1f0071fc89 /board/ti/beagle
parentcb83a7a0c360d58a3a9bf2ba3828e576eafecb91 (diff)
downloadu-boot-b2aac9c622acb304d7362a7a45d23b45d98b21f5.tar.xz
ARM: omap3_beagle: Remove non-DM initialization
With DM_MMC working for both SPL and U-Boot, this patch removes the legacy style of initializing the MMC driver. Based on omap3_logic: 42140dd0962bc134c0aad27524d0f4cc3955f255. Signed-off-by: Romain Naour <romain.naour@gmail.com>
Diffstat (limited to 'board/ti/beagle')
-rw-r--r--board/ti/beagle/beagle.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/board/ti/beagle/beagle.c b/board/ti/beagle/beagle.c
index 888a958491..d5a122af2b 100644
--- a/board/ti/beagle/beagle.c
+++ b/board/ti/beagle/beagle.c
@@ -501,13 +501,6 @@ void set_muxconf_regs(void)
}
#if defined(CONFIG_MMC)
-int board_mmc_init(struct bd_info *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);