]> git.dujemihanovic.xyz Git - u-boot.git/commit
bootm: Reduce arguments to bootm_find_os()
authorSimon Glass <sjg@chromium.org>
Sat, 18 Nov 2023 21:05:05 +0000 (14:05 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 13 Dec 2023 16:51:24 +0000 (11:51 -0500)
commit3e3bd5bda7e505dde45585e6c7c1e07cddcb641e
tree18a70eee1a95ce683f0d45f6754a927e7592b273
parentb13e94886c088271c4fc87a821f4eee5dc4b2112
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>
boot/bootm.c