]> git.baikalelectronics.ru Git - uboot.git/commit
tools: kwboot: Change retry loop from decreasing to increasing
authorPali Rohár <pali@kernel.org>
Mon, 25 Oct 2021 13:13:03 +0000 (15:13 +0200)
committerStefan Roese <sr@denx.de>
Wed, 3 Nov 2021 05:45:27 +0000 (06:45 +0100)
commit7b7f9748024d2b9e48f979cce7fc13cff895dd60
tree5741506ad5fde5c2a8443940628f05a0a646b4a3
parenta075a68b1344dce1af4f04eaf94a8bcc01ae5475
tools: kwboot: Change retry loop from decreasing to increasing

This patch does not change behavior of the code, just allows to implement
new changes more easily.

Signed-off-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Marek Behún <marek.behun@nic.cz>
Reviewed-by: Stefan Roese <sr@denx.de>
tools/kwboot.c