commit | 7a164f81f8e9a3f5991a06ba53f30c845b4ae40b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Nov 29 10:31:19 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Dec 20 10:46:54 2023 -0500 |
tree | f8738614700e43d3d3922b3e41c15c5f5426bb17 | |
parent | c975d8bc149ae1a5e9ec56898ddf796ff7abe907 [diff] |
bootflow: Allow setting a cmdline arg with no value 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 <sjg@chromium.org>