Re: [PATCH v2 06/32] bootstd: Introduce programmable boot

2023-11-17 Thread Tom Rini
On Wed, Nov 15, 2023 at 09:10:06PM -0700, Simon Glass wrote: > At present bootstd requires CONFIG_CMDLINE to operate. Add a new > 'programmable' boot which can be used when no command line is available. > For now it does almost nothing, since most bootmeths require the > command line. > >

[PATCH v2 06/32] bootstd: Introduce programmable boot

2023-11-15 Thread Simon Glass
At present bootstd requires CONFIG_CMDLINE to operate. Add a new 'programmable' boot which can be used when no command line is available. For now it does almost nothing, since most bootmeths require the command line. Signed-off-by: Simon Glass --- (no changes since v1) boot/Kconfig | 11