Re: [PATCH 06/29] bootm: Drop arguments from bootm_start()

2023-11-15 Thread Tom Rini
On Sat, Nov 11, 2023 at 05:08:51PM -0700, Simon Glass wrote: > This function does not use its arguments. Drop them. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature

[PATCH 06/29] bootm: Drop arguments from bootm_start()

2023-11-11 Thread Simon Glass
This function does not use its arguments. Drop them. Signed-off-by: Simon Glass --- boot/bootm.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/boot/bootm.c b/boot/bootm.c index cb61485c226c..fda97706fc26 100644 --- a/boot/bootm.c +++ b/boot/bootm.c @@ -69,8 +69,7 @@ s