ARM: am3517-evm: Remove non-DM legacy code
authorAdam Ford <aford173@gmail.com>
Tue, 25 Jun 2019 19:14:08 +0000 (14:14 -0500)
committerTom Rini <trini@konsulko.com>
Sat, 27 Jul 2019 02:24:13 +0000 (22:24 -0400)
commit67a4df9dafcc03d31a5c2a6c3911809d9ad1a221
tree4b90d6bc3cc51a783502fb59840f840f15be10b6
parent9eed1ca15b84202e1edf086ebe8c3584d711ed2e
ARM: am3517-evm: Remove non-DM legacy code

With both SPL and U-Boot now supporting DM, we can start removing
legacy code.  This patch removes the legacy MMC initalization and
legacy I2C initialization since both are now available via DM and
device tree.

Signed-off-by: Adam Ford <aford173@gmail.com>
board/logicpd/am3517evm/am3517evm.c