]> git.dujemihanovic.xyz Git - u-boot.git/commit
qconfig: Move arg checking a little higher
authorSimon Glass <sjg@chromium.org>
Wed, 17 Jul 2024 15:56:56 +0000 (16:56 +0100)
committerSimon Glass <sjg@chromium.org>
Fri, 26 Jul 2024 14:01:06 +0000 (08:01 -0600)
commitfd385b3b013d13f567f3016c8c8da6667301b8ea
tree1c3156573926ddcf1c7af1bac18b411033455736
parenta056c4272ca62ede1c257850ec7751ab865f8239
qconfig: Move arg checking a little higher

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

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