diff options
| author | Patrice Chotard <[email protected]> | 2024-12-11 09:09:36 +0100 |
|---|---|---|
| committer | Patrice Chotard <[email protected]> | 2025-01-31 10:13:10 +0100 |
| commit | 2a903b0141b99bb41756d01a0a1a5463e2c4f365 (patch) | |
| tree | 0f65b2ff5ba7eb67b2eaedbb742ec6f6769599a5 | |
| parent | c1bb2b62b00a68ff710d8c5635f68c83a4b8c1c8 (diff) | |
configs: stm32f469-disco: Set CYCLIC_MAX_CPU_TIME_US to 50000 for stm32f469-disco
Updating the framebuffer takes quite a long time on this slow patform,
set CYCLIC_MAX_CPU_TIME_US to 50000 for stm32f469-disco to avoid
following cyclic warning:
"cyclic function video_init took too long: 46784us vs 5000us max"
Signed-off-by: Patrice Chotard <[email protected]>
Reviewed-by: Patrick Delaunay <[email protected]>
| -rw-r--r-- | configs/stm32f469-discovery_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/stm32f469-discovery_defconfig b/configs/stm32f469-discovery_defconfig index 98399416fa5..b0144763d37 100644 --- a/configs/stm32f469-discovery_defconfig +++ b/configs/stm32f469-discovery_defconfig @@ -14,6 +14,7 @@ CONFIG_DISTRO_DEFAULTS=y CONFIG_BOOTDELAY=3 CONFIG_SYS_PBSIZE=1050 # CONFIG_DISPLAY_CPUINFO is not set +CONFIG_CYCLIC_MAX_CPU_TIME_US=50000 CONFIG_MISC_INIT_R=y CONFIG_SYS_PROMPT="U-Boot > " CONFIG_CMD_IMLS=y |
