]> git.baikalelectronics.ru Git - uboot.git/commit
tools: kwboot: Change KWBOOT_MSG_RSP_TIMEO_AXP to 10ms
authorStefan Roese <sr@denx.de>
Fri, 19 Aug 2022 07:43:59 +0000 (09:43 +0200)
committerStefan Roese <sr@denx.de>
Tue, 13 Sep 2022 04:38:08 +0000 (06:38 +0200)
commit1714a33bc22c4b3b229d730edf27baf9121accc1
tree81baf4dfbe472124a880e7f2ff29926d8b396df2
parent851c32117255bce74f4807e56e2918c07f87e206
tools: kwboot: Change KWBOOT_MSG_RSP_TIMEO_AXP to 10ms

Testing on the theadorable Armada XP platform has shown, thaz using the
current value of 1000ms as response timeout does not result in reliable
booting via kwboot. Using 10ms seems to be much better. So let's change
this value to this 10ms instead.

Signed-off-by: Stefan Roese <sr@denx.de>
Acked-by: Pali Rohár <pali@kernel.org>
tools/kwboot.c