commit | 3e3bd5bda7e505dde45585e6c7c1e07cddcb641e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Nov 18 14:05:05 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Dec 13 11:51:24 2023 -0500 |
tree | 18a70eee1a95ce683f0d45f6754a927e7592b273 | |
parent | b13e94886c088271c4fc87a821f4eee5dc4b2112 [diff] |
bootm: Reduce arguments to bootm_find_os() This function only uses one argument so pass it in directly. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>