Re: [PATCH 27/29] bootm: Adjust the parameters of bootm_find_images()

2023-11-15 Thread Simon Glass
Hi Tom, On Wed, 15 Nov 2023 at 19:07, Tom Rini wrote: > > On Wed, Nov 15, 2023 at 06:56:33PM -0700, Simon Glass wrote: > > Hi Tom, > > > > On Wed, 15 Nov 2023 at 18:47, Tom Rini wrote: > > > > > > On Wed, Nov 15, 2023 at 06:42:19PM -0700, Simon Glass wrote: > > > > Hi Tom, > > > > > > > > On

Re: [PATCH 27/29] bootm: Adjust the parameters of bootm_find_images()

2023-11-15 Thread Tom Rini
On Wed, Nov 15, 2023 at 06:56:33PM -0700, Simon Glass wrote: > Hi Tom, > > On Wed, 15 Nov 2023 at 18:47, Tom Rini wrote: > > > > On Wed, Nov 15, 2023 at 06:42:19PM -0700, Simon Glass wrote: > > > Hi Tom, > > > > > > On Wed, 15 Nov 2023 at 15:38, Tom Rini wrote: > > > > > > > > On Sat, Nov 11,

Re: [PATCH 27/29] bootm: Adjust the parameters of bootm_find_images()

2023-11-15 Thread Simon Glass
Hi Tom, On Wed, 15 Nov 2023 at 18:47, Tom Rini wrote: > > On Wed, Nov 15, 2023 at 06:42:19PM -0700, Simon Glass wrote: > > Hi Tom, > > > > On Wed, 15 Nov 2023 at 15:38, Tom Rini wrote: > > > > > > On Sat, Nov 11, 2023 at 05:09:12PM -0700, Simon Glass wrote: > > > > > > > Rather than passing it

Re: [PATCH 27/29] bootm: Adjust the parameters of bootm_find_images()

2023-11-15 Thread Tom Rini
On Wed, Nov 15, 2023 at 06:42:19PM -0700, Simon Glass wrote: > Hi Tom, > > On Wed, 15 Nov 2023 at 15:38, Tom Rini wrote: > > > > On Sat, Nov 11, 2023 at 05:09:12PM -0700, Simon Glass wrote: > > > > > Rather than passing it all the command-line args, pass in the pieces > > > that it needs. These

Re: [PATCH 27/29] bootm: Adjust the parameters of bootm_find_images()

2023-11-15 Thread Simon Glass
Hi Tom, On Wed, 15 Nov 2023 at 15:38, Tom Rini wrote: > > On Sat, Nov 11, 2023 at 05:09:12PM -0700, Simon Glass wrote: > > > Rather than passing it all the command-line args, pass in the pieces > > that it needs. These are the image address, the ramdisk address/name > > and the FDT address/name.

Re: [PATCH 27/29] bootm: Adjust the parameters of bootm_find_images()

2023-11-15 Thread Tom Rini
On Sat, Nov 11, 2023 at 05:09:12PM -0700, Simon Glass wrote: > Rather than passing it all the command-line args, pass in the pieces > that it needs. These are the image address, the ramdisk address/name > and the FDT address/name. > > Ultimately this will allow usage of this function without

[PATCH 27/29] bootm: Adjust the parameters of bootm_find_images()

2023-11-11 Thread Simon Glass
Rather than passing it all the command-line args, pass in the pieces that it needs. These are the image address, the ramdisk address/name and the FDT address/name. Ultimately this will allow usage of this function without being called from the command line. Move the function comment to the