Re: [PATCH] bootretry: only reinitialize retry_time when bootretry env variable has been touched
Tom Rini <[email protected]>
| Newsgroups | gmane.comp.boot-loaders.u-boot |
|---|---|
| Message-ID | <178639520773.1450255.3966056626673100415.b4-ty__26051.9106684782$1786395230$gmane$org@konsulko.com> |
On Sat, 25 Jul 2026 00:07:04 +0200, Rasmus Villemoes via U-Boot wrote:
> Commit aa5ef3c0a75 ("bootretry: check for bootretry variable changes")
> broke the feature where one can define different keys for "delaying"
> versus "stopping" boot. The way the latter is implemented is by the code
> in autoboot.c calling bootretry_dont_retry() when the stop sequence
> has been detected, and that simply sets the retry_time variable in
> bootretry.c to -1.
>
> [...]
Applied to u-boot/main, thanks!
[1/1] bootretry: only reinitialize retry_time when bootretry env variable has been touched
commit: 4cb0bd4702a623d69648496a352744e81bfaa95f
--
Tom