commit | 3c4cb203fa2655b85be1cbc1078ad83f149ca943 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jul 17 16:57:04 2024 +0100 |
committer | Simon Glass <sjg@chromium.org> | Fri Jul 26 08:01:06 2024 -0600 |
tree | 1f3abd25e61d7cb4ab2543e1895be9aa41b0f6dd | |
parent | 183521124de1a54a459bac6df72a7d92abf9529f [diff] |
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>