Re: [PATCH] bootflow: Allow setting a cmdline arg with no value

2023-12-20 Thread Tom Rini
On Wed, Nov 29, 2023 at 10:31:19AM -0700, Simon Glass wrote: > This is supposed to be supported by the 'bootflow cmd' command, at > least according to the help. There is a 'bootflow cmd clear' but it is > often more intuitive to use 'bootcmd cmd set' with an empty value. > > Update the command to

[PATCH] bootflow: Allow setting a cmdline arg with no value

2023-11-29 Thread Simon Glass
This is supposed to be supported by the 'bootflow cmd' command, at least according to the help. There is a 'bootflow cmd clear' but it is often more intuitive to use 'bootcmd cmd set' with an empty value. Update the command to pass BOOTFLOWCL_EMPTY in this case. Signed-off-by: Simon Glass ---