Re: [PATCH v2 11/32] bootm: Reduce arguments to boot_get_kernel()

2023-11-16 Thread Tom Rini
On Wed, Nov 15, 2023 at 09:10:11PM -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

[PATCH v2 11/32] bootm: Reduce arguments to boot_get_kernel()

2023-11-15 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 ---