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

Reduce the size of main() by putting this code into its own function,
with the usage message staying in main().

Tidy up the comments for do_imply_config() while we are here.

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