commit | a056c4272ca62ede1c257850ec7751ab865f8239 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jul 17 16:56:55 2024 +0100 |
committer | Simon Glass <sjg@chromium.org> | Fri Jul 26 08:01:06 2024 -0600 |
tree | 0cdb8a21619743d4a8443ced070155541db3821c | |
parent | 495e58c9208bcb5ee7b7fd2409b2e9217ac97952 [diff] |
qconfig: Move arg parsing into a separate function Reduce the size of main() by putting this code into its own function. For now the parser object needs to be returned too. Signed-off-by: Simon Glass <sjg@chromium.org>