commit | 3e62d8094f2ef52c19034e4c9a37980c57d618be | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jul 30 11:16:50 2023 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Aug 10 18:34:54 2023 -0600 |
tree | 548a090ea3399e53a96baaa4721c1f6b5b16ff9e | |
parent | 7c6ab82ea942c43394ed64dd31ae8ea45780c347 [diff] |
bootstd: cros: Support a kernel on either partition ChromiumOS allows a kernel to be on either partition 2 or 4. Add support for scanning both and using the first one we find with a suitable signature. Record the partition which is used. Signed-off-by: Simon Glass <sjg@chromium.org>