]> git.dujemihanovic.xyz Git - u-boot.git/commit
qconfig: Move progress output into the class
authorSimon Glass <sjg@chromium.org>
Wed, 17 Jul 2024 15:57:07 +0000 (16:57 +0100)
committerSimon Glass <sjg@chromium.org>
Fri, 26 Jul 2024 14:01:06 +0000 (08:01 -0600)
commit0229eeef7b821fe74cbfdc1bd6627cf6d2984319
treeb1318f33e1ab4fd5ee23ff244c81c97faf20cbe5
parent6c2a4385ff413339eaebdf57046b6eb57e6b6bc6
qconfig: Move progress output into the class

Rather than create these outputs separately, put them in the class so
that the main program doesn't need to deal with them.

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