summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorJiaxun Yang <[email protected]>2024-06-11 22:04:11 +0100
committerStefan Roese <[email protected]>2024-06-18 12:34:37 +0200
commit1fd754cebd38d7456caa82bef15225cbe77960ec (patch)
tree5b92ec9c48faee61420bf7c8b6ed269b10b8ca0d /configs
parent16324b43db3f2b4fbbc3b701893fcfc4104f33fb (diff)
cyclic: Rise default CYCLIC_MAX_CPU_TIME_US to 5000
The default value CYCLIC_MAX_CPU_TIME_US was 1000, which is a little bit too low for slower hardware and sandbox. On my MIPS Boston FPGA board with interaptiv CPU, wdt_cyclic can easily take 3200 us to run. On azure pipeline sandbox_clang, wdt_cyclic some times goes beyond 1300 us. Raise default value to 5000, which is the value already taken by octeon_nic32. This is still sufficent to maintain system responsiveness. Signed-off-by: Jiaxun Yang <[email protected]> Signed-off-by: Stefan Roese <[email protected]>
Diffstat (limited to 'configs')
-rw-r--r--configs/octeon_nic23_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/octeon_nic23_defconfig b/configs/octeon_nic23_defconfig
index f7c35536a02..5a8db5a0876 100644
--- a/configs/octeon_nic23_defconfig
+++ b/configs/octeon_nic23_defconfig
@@ -25,7 +25,6 @@ CONFIG_SYS_PBSIZE=276
CONFIG_SYS_CONSOLE_ENV_OVERWRITE=y
# CONFIG_SYS_DEVICE_NULLDEV is not set
CONFIG_CYCLIC=y
-CONFIG_CYCLIC_MAX_CPU_TIME_US=5000
CONFIG_ARCH_MISC_INIT=y
CONFIG_BOARD_EARLY_INIT_F=y
CONFIG_BOARD_LATE_INIT=y