]> git.dujemihanovic.xyz Git - u-boot.git/commit
qconfig: Use the Color object in Progress
authorSimon Glass <sjg@chromium.org>
Wed, 17 Jul 2024 15:57:09 +0000 (16:57 +0100)
committerSimon Glass <sjg@chromium.org>
Fri, 26 Jul 2024 14:01:06 +0000 (08:01 -0600)
commit948d0b45f578444768e56808561b1656ff05c55e
tree59e1b2c4fa15ee451364f18109fdaef80ccf73c2
parentab1bfd4b8fb99a8137fddbc6e18b36e2551a0ce2
qconfig: Use the Color object in Progress

Since the Progress class has the required object, use it from there
instead of passing it around.

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