commit | 19248dcec53d19184ce1207962edd54109d28b01 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Oct 25 07:17:36 2023 +1300 |
committer | Tom Rini <trini@konsulko.com> | Wed Nov 01 12:26:44 2023 -0400 |
tree | de9df100693120473e7275c0c8f2bb16ac8aaa9a | |
parent | f2bfa0cb17948aa4a0fa20fdf9014296b9c4d9c7 [diff] |
bootstd: Handle a few special cases in cmdline_set_arg() Two bugs have appeared: - arguments can have an equals sign embedded in them, which must be considered part of the value - arguments must fully match the name; partial matches should be ignored Fix these and add a test to cover both. Signed-off-by: Simon Glass <sjg@chromium.org>