Re: [PATCH v2 07/32] bootm: Drop arguments from bootm_start()

2023-11-17 Thread Ilias Apalodimas
On Thu, 16 Nov 2023 at 06:11, Simon Glass wrote: > > This function does not use its arguments. Drop them. > > Signed-off-by: Simon Glass > Reviewed-by: Tom Rini > --- Reviewed-by: Ilias Apalodimas > > (no changes since v1) > > boot/bootm.c | 5 ++--- > 1 file changed, 2 insertions(+), 3

[PATCH v2 07/32] bootm: Drop arguments from bootm_start()

2023-11-15 Thread Simon Glass
This function does not use its arguments. Drop them. Signed-off-by: Simon Glass Reviewed-by: Tom Rini --- (no changes since v1) 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 ---