Re: [PATCH 10/29] bootm: Reduce arguments to boot_get_kernel()

2023-11-15 Thread Tom Rini
On Sat, Nov 11, 2023 at 05:08:55PM -0700, Simon Glass wrote: > This function only uses one argument and just needs to know the name of > the command which called it. Adjust the function to use only what it > needs. This will make it easier to call from a non-command context. > > Tidy up the funct

[PATCH 10/29] bootm: Reduce arguments to boot_get_kernel()

2023-11-11 Thread Simon Glass
This function only uses one argument and just needs to know the name of the command which called it. Adjust the function to use only what it needs. This will make it easier to call from a non-command context. Tidy up the function comment while we are here. Signed-off-by: Simon Glass --- boot/b