commit | 64cbc5ca40bfaa5579e0157163c927718c4e2050 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jan 17 10:47:42 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 23 18:11:40 2023 -0500 |
tree | dd22560415627197881a374a11b4d55f4fff5af2 | |
parent | f5e2df063fb6801e02f6aeac1a2b31f7cc8702fd [diff] |
bootstd: Only scan bootable partitions At present all partitions are scanned, whether marked bootable or not. Use only bootable partitions, defaulting to partition 1 if none is found. Signed-off-by: Simon Glass <sjg@chromium.org>