]> git.dujemihanovic.xyz Git - u-boot.git/commit
qconfig: Move testing into a separate function
authorSimon Glass <sjg@chromium.org>
Wed, 17 Jul 2024 15:57:01 +0000 (16:57 +0100)
committerSimon Glass <sjg@chromium.org>
Fri, 26 Jul 2024 14:01:06 +0000 (08:01 -0600)
commit7e68804fa39a018d7cd5b9245ec6610d8ae6b4d7
tree512457a5234c32820d19b39164c7416ef0ac186f
parentfd35fbe22261f4f64bd83097bb10e7db323f54b9
qconfig: Move testing into a separate function

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

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