]> git.sur5r.net Git - u-boot/commit
tools: kwboot: Add xmodem timeout option
authorKevin Smith <kevin.smith@elecsyscorp.com>
Tue, 16 Feb 2016 21:28:19 +0000 (21:28 +0000)
committerStefan Roese <sr@denx.de>
Thu, 24 Mar 2016 09:08:49 +0000 (10:08 +0100)
commit7497a6a1f13eb86d68a936edecfd682bbad5752d
tree7fe373b703de00825eb435d57d1dc46d7029b5ed
parent8669dacfb889fa6ffb62b5b3b6a803c65f54bf7f
tools: kwboot: Add xmodem timeout option

Add command-line specification of xmodem timeout.  If the binary
header needs to take a while to do something (e.g. DDR ECC
scrubbing), the xmodem transfer can time out.  Add a configurable
xmodem block timeout to allow transfers with slow binary headers
to succeed.

Signed-off-by: Kevin Smith <kevin.smith@elecsyscorp.com>
Cc: Stefan Roese <sr@denx.de>
Signed-off-by: Stefan Roese <sr@denx.de>
tools/kwboot.c