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

2018-10-09 Thread sjg
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

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

2018-10-01 Thread Simon Glass
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