commit | 454746dedca103d1c95be908905534b4f74fd82b | [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 | d90f94fb629cf0b311d08bf93c5cefc40ec22a74 [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>