Re: [PATCH 22/29] bootm: Reduce arguments to boot_get_fpga()

2023-11-15 Thread Tom Rini
On Sat, Nov 11, 2023 at 05:09:07PM -0700, Simon Glass wrote: > 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 Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signatur

[PATCH 22/29] bootm: Reduce arguments to boot_get_fpga()

2023-11-11 Thread Simon Glass
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 --- boot/bootm.c | 3 +-- boot/image-board.c | 5 ++--- include/image.h| 9 +++-- 3 files changed, 10 insertions(+), 7 deletions