]> git.baikalelectronics.ru Git - uboot.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)
commit99dc7fce3e513b151181216b85776209cc8ef5ab
tree1410a5627ede06d78548ad9b2bafa1b29c3e54d9
parente010e03923d89d30f1fc223c25c2d6a430cdf2fb
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