commit | dcffa4428d0359fd09348fc05cf5b5ce2db38c5f | [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 | 4146c823fc27c1a4e06d1d25e0a2d4644948a5fc [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>