commit | badff8b879b3fa4e3a848347f793c5d477b15c29 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Apr 25 10:54:37 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Apr 27 13:51:06 2023 -0400 |
tree | 2d43b7c43791f82313c05cd4698bd2442771a1c1 | |
parent | c935a3ba58a39e6d3bc95be3dd194cc72e2f5038 [diff] |
ide: Change the retries variable Use a 'tries' variable which starts at the number of tries we want to do, rather than a 'retries' one that stops at either 1 or 2. This will make it easier to refactor the code to avoid the horrible #ifdefs Signed-off-by: Simon Glass <sjg@chromium.org>