tools: kwboot: Use a function to check whether received byte is a Xmodem reply
authorMarek Behún <marek.behun@nic.cz>
Fri, 24 Sep 2021 21:06:49 +0000 (23:06 +0200)
committerStefan Roese <sr@denx.de>
Fri, 1 Oct 2021 09:07:13 +0000 (11:07 +0200)
commit408ea6138bc5e94245ea0ebcb87666b9a47aed99
tree26e532791061c9e78ff903bd287e41a7dae90ec3
parent2ef87f75d16bcdc2a29e7339b8f2c2508985fe12
tools: kwboot: Use a function to check whether received byte is a Xmodem reply

This is a non-functional change that should make the code more readable.

Signed-off-by: Marek Behún <marek.behun@nic.cz>
Reviewed-by: Stefan Roese <sr@denx.de>
tools/kwboot.c