diff options
| author | Tom Rini <[email protected]> | 2024-06-18 08:34:56 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-06-18 08:34:56 -0600 |
| commit | fe2ce09a0753634543c32cafe85eb87a625f76ca (patch) | |
| tree | 5b92ec9c48faee61420bf7c8b6ed269b10b8ca0d /common | |
| parent | 16324b43db3f2b4fbbc3b701893fcfc4104f33fb (diff) | |
| parent | 1fd754cebd38d7456caa82bef15225cbe77960ec (diff) | |
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-watchdog
- cyclic: Rise default CYCLIC_MAX_CPU_TIME_US to 5000 (Jiaxun)
CI: https://dev.azure.com/sr0718/u-boot/_build/results?buildId=371&view=results
Diffstat (limited to 'common')
| -rw-r--r-- | common/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Kconfig b/common/Kconfig index 5e3070e9253..4bb9f08977a 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -628,7 +628,7 @@ if CYCLIC config CYCLIC_MAX_CPU_TIME_US int "Sets the max allowed time for a cyclic function in us" - default 1000 + default 5000 help The max allowed time for a cyclic function in us. If a functions takes longer than this duration this function will get unregistered |
