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