Re: [PATCH v2 14/21] bootm: Drop arguments from do_bootm_states()

2023-12-14 Thread Tom Rini
On Thu, Dec 14, 2023 at 09:50:23AM -0700, Simon Glass wrote: > Use the bootm_info struct to hold the information required by bootm. > > Now that none of the functions called from do_bootm_states() needs an > argv[] list, change the arguments of do_bootm_states() as well. Take > care to use the sa

[PATCH v2 14/21] bootm: Drop arguments from do_bootm_states()

2023-12-14 Thread Simon Glass
Use the bootm_info struct to hold the information required by bootm. Now that none of the functions called from do_bootm_states() needs an argv[] list, change the arguments of do_bootm_states() as well. Take care to use the same value for boot_progress even though it is a little inconsistent. For