Re: [PATCH] bootstd: Correct default boot command

2023-05-14 Thread Tom Rini
On Sat, May 06, 2023 at 08:27:09AM -0600, Simon Glass wrote: > The patch to relax flag requirements was not accepted[1], so we still have > to have separate bootcommands depending on CMD_BOOTFLOW_FULL. > > The previous attempt at this did not work, since it used the wrong name > for the options.

[PATCH] bootstd: Correct default boot command

2023-05-06 Thread Simon Glass
The patch to relax flag requirements was not accepted[1], so we still have to have separate bootcommands depending on CMD_BOOTFLOW_FULL. The previous attempt at this did not work, since it used the wrong name for the options. Fix this and change the message to mention BOOTSTD_FULL since this affe