Re: [PATCH v3 19/22] bootm: Create a function to run through the bootz states

2023-12-16 Thread Tom Rini
On Fri, Dec 15, 2023 at 08:14:23PM -0700, Simon Glass wrote: > In a few places, the bootz command is used to handle a boot. We want > these to be done without needing CONFIG_CMDLINE, so add a new > bootz_run() function to handle this. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- T

[PATCH v3 19/22] bootm: Create a function to run through the bootz states

2023-12-15 Thread Simon Glass
In a few places, the bootz command is used to handle a boot. We want these to be done without needing CONFIG_CMDLINE, so add a new bootz_run() function to handle this. Signed-off-by: Simon Glass --- (no changes since v1) boot/bootm.c| 13 + cmd/bootz.c | 9 ++--- inclu