]> git.dujemihanovic.xyz Git - u-boot.git/commit
qconfig: Correct format string in do_imply_config()
authorSimon Glass <sjg@chromium.org>
Wed, 17 Jul 2024 15:56:53 +0000 (16:56 +0100)
committerSimon Glass <sjg@chromium.org>
Fri, 26 Jul 2024 14:01:06 +0000 (08:01 -0600)
commit0e03fb1848f4685c8748ce7a63e5a9ff22d062c6
tree8fdfb18061b62b104c94d02f005c43cda6190fa2
parentf876e96f4c50f9ea1fc8f9567e4e3fbd2c29441d
qconfig: Correct format string in do_imply_config()

One of the strings was converted incorrectly. Fix it.

Signed-off-by: Simon Glass <sjg@chromium.org>
Fixes: 1bd43060b3e ("moveconfig: Use f strings where possible")
tools/qconfig.py