commit | f5e2df063fb6801e02f6aeac1a2b31f7cc8702fd | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jan 17 10:47:41 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 23 18:11:40 2023 -0500 |
tree | 4768322f3c36e6a8537b5df083ab68b44b2fd071 | |
parent | 5ea0a8d4e75d3e239a3f6ef69c4c6c66e848c1a4 [diff] |
part: Add a function to find the first bootable partition If a disk has a bootable partition we are expected to use it to locate the boot files. Add a function to find it. To test this, update mmc1 to have two paritions, fixing up other tests accordingly. Signed-off-by: Simon Glass <sjg@chromium.org>