commit | df6565c36c607104590e954d093b92a58a9d5d28 | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Thu Aug 09 06:15:12 2018 -0500 |
committer | Tom Rini <trini@konsulko.com> | Tue Sep 11 21:40:17 2018 -0400 |
tree | e566154338d8be2f5922311c7ac798c42d568c88 | |
parent | 5c4689e43e87606661fe8dca6c98eaea4d153a73 [diff] |
MMC: Enable DM_MMC for Davinci With CONFIG_BLK becoming a requirement, the Davinci MMC driver needs to be updated with DM_MMC support. Since SPL is tiny and many boards do not support DM in SPL, this retains the backwards compatibility for those boards who need to initialize MMC manually in SPL. Signed-off-by: Peter Howard <phoward@gme.net.au> Signed-off-by: Adam Ford <aford173@gmail.com>