]> git.dujemihanovic.xyz Git - u-boot.git/commit
qconfig: Move the last two operations into their own functions
authorSimon Glass <sjg@chromium.org>
Wed, 17 Jul 2024 15:57:08 +0000 (16:57 +0100)
committerSimon Glass <sjg@chromium.org>
Fri, 26 Jul 2024 14:01:06 +0000 (08:01 -0600)
commitab1bfd4b8fb99a8137fddbc6e18b36e2551a0ce2
tree6b77d00323264437e4c9f0eb4cc8855914cbc71d
parent0229eeef7b821fe74cbfdc1bd6627cf6d2984319
qconfig: Move the last two operations into their own functions

Put the summary and database-writing code into separate functions to
reduce the size of main().

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