commit | 008b03000935c397fd604cc62a6813bcd72a30fc | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Oct 01 21:12:45 2018 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Oct 08 07:34:34 2018 -0600 |
tree | fefcee35b20af417687d105f531fb8628a8f9692 | |
parent | 1fda18205ff425d00faad57dc2ad69995cdbd15d [diff] |
patman: Don't clear progress in tout unless it was used 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@chromium.org>