Re: [PATCH 23/29] bootm: Reduce arguments to boot_get_loadables()

2023-11-15 Thread Tom Rini
On Sat, Nov 11, 2023 at 05:09:08PM -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. > > Tidy up the function comment while we are here. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rin

[PATCH 23/29] bootm: Reduce arguments to boot_get_loadables()

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. Tidy up the function comment while we are here. Signed-off-by: Simon Glass --- boot/bootm.c | 3 +-- boot/image-board.c | 6 +++--- include/image.h| 24