]> git.dujemihanovic.xyz Git - u-boot.git/commit
qconfig: Move arg parsing into a separate function
authorSimon Glass <sjg@chromium.org>
Wed, 17 Jul 2024 15:56:55 +0000 (16:56 +0100)
committerSimon Glass <sjg@chromium.org>
Fri, 26 Jul 2024 14:01:06 +0000 (08:01 -0600)
commita056c4272ca62ede1c257850ec7751ab865f8239
tree0cdb8a21619743d4a8443ced070155541db3821c
parent495e58c9208bcb5ee7b7fd2409b2e9217ac97952
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>
tools/qconfig.py