Re: [PATCH 16/29] bootm: Reduce arguments to boot_find_os()

2023-11-15 Thread Tom Rini
On Sat, Nov 11, 2023 at 05:09:01PM -0700, Simon Glass wrote: > This function only uses one argument so pass it in directly. > > Signed-off-by: Simon Glass Aside from a typo in the subject (boot_ not bootm_): Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature

[PATCH 16/29] bootm: Reduce arguments to boot_find_os()

2023-11-11 Thread Simon Glass
This function only uses one argument so pass it in directly. Signed-off-by: Simon Glass --- boot/bootm.c | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/boot/bootm.c b/boot/bootm.c index ec43d4e7e8ba..2358d68c2861 100644 --- a/boot/bootm.c +++ b/boot/bootm.c @@