]> git.dujemihanovic.xyz Git - u-boot.git/commit
qconfig: Move operation check into parse_args()
authorSimon Glass <sjg@chromium.org>
Wed, 17 Jul 2024 15:57:11 +0000 (16:57 +0100)
committerSimon Glass <sjg@chromium.org>
Fri, 26 Jul 2024 14:01:06 +0000 (08:01 -0600)
commitc57d406134d6c1cd6a5471df04ef27b4ff28d1ff
tree9018816f1fb6e1ef0e5253b57a161694374bd283
parente23a5839403608bf42048e9b2da1e6a4fee6fda1
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>
tools/qconfig.py