[U-Boot] [PATCH v2 15/17] patman: Don't clear progress in tout unless it was used

sjg at google.com sjg at google.com
Wed Oct 10 00:01:32 UTC 2018


At present calling Uninit() always called ClearProgress() which outputs
a \r character as well as spaces to remove any progress information on the
line. This can mess up the normal output of binman and other tools. Fix
this by outputing this only when progress information has actually been
previous written.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

Changes in v2: None

 tools/patman/tout.py | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Applied to u-boot-dm


More information about the U-Boot mailing list