]> git.dujemihanovic.xyz Git - u-boot.git/commit
tools: kwboot: Show 'E' in progress output when error occurs
authorPali Rohár <pali@kernel.org>
Tue, 25 Jan 2022 17:13:06 +0000 (18:13 +0100)
committerStefan Roese <sr@denx.de>
Mon, 31 Jan 2022 09:23:38 +0000 (10:23 +0100)
commit5d8aa4c92b86dcdbdb7c9fcf12e6c93c87e16555
tree1410a5627ede06d78548ad9b2bafa1b29c3e54d9
parent5875ad48e2c5119c629da3751c49ad5e3f0c96b0
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>
tools/kwboot.c