]> git.dujemihanovic.xyz Git - u-boot.git/commit
qconfig: Drop col argument from Slots()
authorSimon Glass <sjg@chromium.org>
Wed, 17 Jul 2024 15:57:10 +0000 (16:57 +0100)
committerSimon Glass <sjg@chromium.org>
Fri, 26 Jul 2024 14:01:06 +0000 (08:01 -0600)
commite23a5839403608bf42048e9b2da1e6a4fee6fda1
treebd5983b6f8486ffbae67cad6b2cd5248a39d51d2
parent948d0b45f578444768e56808561b1656ff05c55e
qconfig: Drop col argument from Slots()

This is not needed since the progress indicator has the object. Use that
instead.

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