]> git.dujemihanovic.xyz Git - u-boot.git/commit
qconfig: Fix an incorrect format-string with negative value
authorSimon Glass <sjg@chromium.org>
Wed, 21 Aug 2024 23:52:24 +0000 (17:52 -0600)
committerSimon Glass <sjg@chromium.org>
Sun, 1 Sep 2024 17:05:43 +0000 (11:05 -0600)
commit4597acbd5943a53afb8aeb9595f2ea5a40e1f99f
tree150cfd77c72e9b870c305df7e39739d50ad2ef91
parent7b8f0bfa6e1a0390bea8e2b24d7d7fa33d654db3
qconfig: Fix an incorrect format-string with negative value

This is not allowed, so use ljust() instead. This fixes the
'qconfig -i -I help' command.

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