commit | 843160fa7afc682651c5eea7d8e15f0767b66497 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jan 17 10:47:38 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 23 18:11:40 2023 -0500 |
tree | d5bc4410b2f8212a0b18677865f45c0ee66a03eb | |
parent | 04fb2b6e45893df45a7d6bed61614fce97c279e4 [diff] |
bootstd: Add an MMC hunter Add a hunter for MMC. This doesn't do anything at present, since MMC is currently set up when U-Boot starts. If MMC moves to lazy init then we can add a hunter function. Signed-off-by: Simon Glass <sjg@chromium.org>