]> git.dujemihanovic.xyz Git - u-boot.git/commit
qconfig: Add a return value to do_scan_source()
authorSimon Glass <sjg@chromium.org>
Wed, 17 Jul 2024 15:57:02 +0000 (16:57 +0100)
committerSimon Glass <sjg@chromium.org>
Fri, 26 Jul 2024 14:01:06 +0000 (08:01 -0600)
commitd63357eefc16ad53216950956675d6b1099ea7e7
tree18d5fb672cb7e07857c2cadee7826b3c62c4152a
parent7e68804fa39a018d7cd5b9245ec6610d8ae6b4d7
qconfig: Add a return value to do_scan_source()

Return an exit code so we can use this function like do_tests().
Refactor the caller to handle this.

Reduce the size of main() by putting this code into its own function.

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