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

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

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

2023-12-15 Thread Simon Glass
In a few places, the booti command is used to handle a boot. We want these to be done without needing CONFIG_CMDLINE, so add a new booti_run() function to handle this. So far this is not used. Signed-off-by: Simon Glass --- (no changes since v2) Changes in v2: - Rework series to allow OS acces