Re: [PATCH 06/18] bootstd: Allow storing the OS command line in the bootflow

2023-05-15 Thread Bin Meng
On Sat, Apr 29, 2023 at 3:19 AM Simon Glass wrote: > > Some operating systems have a command line which can be adjusted before > booting. Store this in the bootflow so it can be controlled within > U-Boot. > > Fix up the example output while we are here, since there are a few new > items. > > Sign

[PATCH 06/18] bootstd: Allow storing the OS command line in the bootflow

2023-04-28 Thread Simon Glass
Some operating systems have a command line which can be adjusted before booting. Store this in the bootflow so it can be controlled within U-Boot. Fix up the example output while we are here, since there are a few new items. Signed-off-by: Simon Glass --- cmd/bootflow.c | 6 ++