commit | f8b653012471b8323f60fee48eaa41aafab34508 | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Tue Jun 25 14:14:08 2019 -0500 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 26 22:24:13 2019 -0400 |
tree | 4b90d6bc3cc51a783502fb59840f840f15be10b6 | |
parent | ef19bc92a11fb0c27521b1bc11e4bf05ae41887e [diff] |
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>