]> git.dujemihanovic.xyz Git - u-boot.git/commit
qconfig: Move checking directory to the top
authorSimon Glass <sjg@chromium.org>
Wed, 17 Jul 2024 15:56:59 +0000 (16:56 +0100)
committerSimon Glass <sjg@chromium.org>
Fri, 26 Jul 2024 14:01:06 +0000 (08:01 -0600)
commitc50b6f18f31d461d30183460d83e13eef49d993b
tree5fc11543e060962bcdcfc9dd0aaf23cc6f0db5ec
parent035ecb44ecdf0577bf96e7b3545511bb33f9e010
qconfig: Move checking directory to the top

Move this check to the top, so it happens always. The tool should be
run from the U-Boot source directory.

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