]> git.ipfire.org Git - thirdparty/u-boot.git/commit
ARM: omap3_logic: Remove non-DM MMC initialization
authorAdam Ford <aford173@gmail.com>
Wed, 12 Sep 2018 03:15:05 +0000 (22:15 -0500)
committerTom Rini <trini@konsulko.com>
Sat, 29 Sep 2018 12:07:28 +0000 (08:07 -0400)
commit42140dd0962bc134c0aad27524d0f4cc3955f255
tree017d5ae008c182a475c3667946a03f245ff6326b
parent2909abd0e077ca70a5d6833e1ea7fb48ff989c08
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>
board/logicpd/omap3som/omap3logic.c