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

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

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

2023-12-15 Thread Simon Glass
In quite a few places, the bootm command is used to handle a boot. We want these to be done without needing CONFIG_CMDLINE, so add a new bootm_run() function to handle this. Signed-off-by: Simon Glass --- Changes in v3: - Enable CONFIG_MEASURED_BOOT always and rely on CONFIG_MEASURED_BOOT boot