commit | 23e59ec226635cbefbfe2c72dfdfc55b5f54e0d5 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 30 15:52:18 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 12 08:14:24 2022 -0400 |
tree | 3cb088c84638d685026a97a6efa5a74c35be2bcb | |
parent | da19202dedaffa132e37e45d96c4022a38bf8e9c [diff] |
bootstd: Detect empty bootmeth ordering If the ordering produces no entries, this is an error. Report it, so that the caller doesn't try to continue with a NULL bootmeth. This fixes a crash in the bootflow_iter test when running with the sandbox 'default' device tree, instead of the required 'test' one. Signed-off-by: Simon Glass <sjg@chromium.org>