]> git.baikalelectronics.ru Git - uboot.git/commit
tools: kwboot: Allow greater timeout when executing header code
authorMarek Behún <marek.behun@nic.cz>
Fri, 24 Sep 2021 21:06:52 +0000 (23:06 +0200)
committerStefan Roese <sr@denx.de>
Fri, 1 Oct 2021 09:07:13 +0000 (11:07 +0200)
commite3b09e0cabf8048703ad4fa1ef3bfcb8ca84bcf1
treee606c1b465e8bd71ffc4c0b24d32399083e8f3cc
parent940902dc9f50b15886ced632992e64073bfc8327
tools: kwboot: Allow greater timeout when executing header code

When executing header code (which contains U-Boot SPL in most cases),
wait 10s after every non-xmodem character received (i.e. printed by
U-Boot SPL) before timing out.

Sometimes DDR training, which runs in SPL, may be slow.

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