commit | f8b4a290c58ebf83b2f4333c6bca12d52d336457 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Apr 24 23:31:14 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 25 10:00:04 2022 -0400 |
tree | 0519efa9d1848cf08c896534997757dc44c9c9dc | |
parent | ad8ec377430ef4fdc5fbee51dde5ac39840c9fad [diff] |
bootstd: mmc: Add a bootdev driver Add a bootdev driver for MMC. It mostly just calls the bootdev helper function. Add a function to obtain the block device for an MMC controller. Fix up the comment for mmc_get_blk_desc() while we are here. Signed-off-by: Simon Glass <sjg@chromium.org>