commit | b3760f9388f9f22b9713023758827558708ac51d | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Tue Jan 25 18:13:06 2022 +0100 |
committer | Stefan Roese <sr@denx.de> | Mon Jan 31 10:23:38 2022 +0100 |
tree | 1410a5627ede06d78548ad9b2bafa1b29c3e54d9 | |
parent | 80241cec78387af4362f81467b3c32a98d188521 [diff] |
tools: kwboot: Show 'E' in progress output when error occurs When kwboot is unable to resend current xmodem packet, show an 'E' in the progress output instead of a '+'. This allows to distinguish between the state when kwboot is retrying sending the packet and when retry is not possible. Signed-off-by: Pali Rohár <pali@kernel.org> Signed-off-by: Marek Behún <marek.behun@nic.cz> Reviewed-by: Stefan Roese <sr@denx.de>