commit | e7017a3c7d2f9ff845516675205c99df4ad6eacc | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Apr 23 20:02:04 2017 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Jun 01 07:03:04 2017 -0600 |
tree | 35b761f3374fc2a6bf1b383d1d313d13c1f8b2ab | |
parent | 05cbeb7c3612da8d4bafa82be05092450a500052 [diff] |
dm: mmc: Don't re-init when accessing environment With driver model MMC is probed automatically when needed. We should not re-init MMC each time. Signed-off-by: Simon Glass <sjg@chromium.org>