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

This function only uses one argument from bootm (argv[2]) so pass it in
directly.

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