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

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