commit | 3314e90f7d673b82edb4c032765608f95779ad0b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jul 17 16:57:11 2024 +0100 |
committer | Simon Glass <sjg@chromium.org> | Fri Jul 26 08:01:06 2024 -0600 |
tree | 9018816f1fb6e1ef0e5253b57a161694374bd283 | |
parent | d7552895b7a5f3b4c53dac14f6fbf33f3e694535 [diff] |
qconfig: Move operation check into parse_args() Put the check for an operation being provided into the parse_args() function, to reduce the size of main(). Signed-off-by: Simon Glass <sjg@chromium.org>