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

This function only uses two arguments. The 'arch' always has a constant
value, so drop it. This simplifies the function call.

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