ARM: omap3_beagle: Remove non-DM initialization
authorRomain Naour <romain.naour@gmail.com>
Fri, 25 Feb 2022 11:18:31 +0000 (12:18 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 10 Mar 2022 18:49:57 +0000 (13:49 -0500)
commitb2aac9c622acb304d7362a7a45d23b45d98b21f5
tree8cf52403d7ff7f4f1edcdf9662ff5b1f0071fc89
parentcb83a7a0c360d58a3a9bf2ba3828e576eafecb91
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>
board/ti/beagle/beagle.c