commit | 725ddf1f24f7d08aa344f64d06c62cf5f50a6b6c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Dec 15 20:14:20 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Thu Dec 21 16:07:52 2023 -0500 |
tree | 6e62207676bac6f3ddc21d93c42c5592ed1a9061 | |
parent | b5d397f4898ce03fc241aeb2a4a82bbcdd455b44 [diff] |
bootm: Tidy up boot_selected_os() Use struct bootm_info with this function, to avoiding needing to create a new one. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>