commit | b020254d71ed0873baddb9b9bc6ec5bf1e82b26c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Nov 18 14:05:15 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Dec 13 11:51:24 2023 -0500 |
tree | 608232e33cc5d42a2833d31ad7bff7538fc75f7d | |
parent | e2fc90e5ad469b10c0d7abe54f5689957c88a518 [diff] |
bootm: optee: 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. Also drop the confusing check for the OS type, since do_bootm_tee() is only called if the condition is met - see bootm_os_get_boot_func() Signed-off-by: Simon Glass <sjg@chromium.org>