]> git.dujemihanovic.xyz Git - u-boot.git/commit
qconfig: Move arg checking to the top of main()
authorSimon Glass <sjg@chromium.org>
Wed, 17 Jul 2024 15:56:57 +0000 (16:56 +0100)
committerSimon Glass <sjg@chromium.org>
Fri, 26 Jul 2024 14:01:06 +0000 (08:01 -0600)
commit382c662c825416f875c082154e63a35532dab2e3
tree82b58f91942e79966419bb60c27c944432c18fc9
parentfd385b3b013d13f567f3016c8c8da6667301b8ea
qconfig: Move arg checking to the top of main()

Check for 'test' as one of the possible operations for this tool,
moving the check above the implementation.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/qconfig.py