commit | ce34a6653f15ae2a342805e384370325625f9f1a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Oct 23 17:26:00 2021 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sun Nov 28 16:51:51 2021 -0700 |
tree | 15dd582229b49edeef0e72d8a872575633c415af | |
parent | 0bf61aced283a4ec256f1d8fe919e8890da2191c [diff] |
mmc: Allow for children other than the block device At present the MMC uclass assumes that the only child it can have is a block device. Update this so we can add a bootmethod too. Signed-off-by: Simon Glass <sjg@chromium.org>