]> git.dujemihanovic.xyz Git - u-boot.git/commit
bootm: Reduce arguments to bootm_find_other()
authorSimon Glass <sjg@chromium.org>
Sat, 18 Nov 2023 21:05:18 +0000 (14:05 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 13 Dec 2023 16:51:24 +0000 (11:51 -0500)
commit984e6fedb54ee45002b8b7e2de916346a1aca26c
treeb521cb5f4fea37ece5fda210d0f1587a69b6725d
parent65f0bfe28acc5183d4bef9ebe9b31bdac0e89e6a
bootm: Reduce arguments to bootm_find_other()

Rather than passing the full list of command arguments, pass only those
which are needed.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
boot/bootm.c