commit | e2fc90e5ad469b10c0d7abe54f5689957c88a518 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Nov 18 14:05:14 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Dec 13 11:51:24 2023 -0500 |
tree | 60087446f64c7ac47d68330886a61b33d73611ef | |
parent | 46aee252aff82e05f9d8adfd8565c453ed013bff [diff] |
bootm: efi: Drop special call to bootm_find_other() The normal bootm flow calls bootm_find_other() can call the BOOTM_STATE_FINDOTHER state as part of its processing. Fix the condition there so that this hack can be removed. Signed-off-by: Simon Glass <sjg@chromium.org>