commit | a8e7d51a4379d18d220bf9d1cdb8de3b3fe4f228 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Apr 28 13:18:09 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Sat May 13 09:52:32 2023 -0400 |
tree | 7ac46f4aabba98d4037400acd4af8dcb3ff41d33 | |
parent | 7b9b83ac5081ec1161a744a6e2e352a41894519d [diff] |
bootstd: Work around missing partition 1 If there is no partition numbered 1, we decide that there are no partitions at all. That may not be correct, since at least one Debian installed has just a single partition numbered 2. Continue searching up to partition 3, just in case. Signed-off-by: Simon Glass <sjg@chromium.org>