[Concept,v2,20/22] efi: arm: Increase the cyclic timeout again

Message ID 20250819185900.835939-21-sjg@u-boot.org
State New
Headers
Series efi: Improvements for the EFI app on ARM |

Commit Message

Simon Glass Aug. 19, 2025, 6:58 p.m. UTC
  From: Simon Glass <sjg@chromium.org>

The video sync sometimes takes 20ms on this board when running under
emulation, so increase the limit to 50ms.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

(no changes since v1)

 configs/efi-arm_app64_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/configs/efi-arm_app64_defconfig b/configs/efi-arm_app64_defconfig
index 31658c17275..4cadaeaedb8 100644
--- a/configs/efi-arm_app64_defconfig
+++ b/configs/efi-arm_app64_defconfig
@@ -21,7 +21,7 @@  CONFIG_BOOTCOMMAND="bootflow scan -lbp"
 CONFIG_SYS_PBSIZE=532
 CONFIG_SYS_CONSOLE_INFO_QUIET=y
 CONFIG_LOG=y
-CONFIG_CYCLIC_MAX_CPU_TIME_US=15000
+CONFIG_CYCLIC_MAX_CPU_TIME_US=50000
 CONFIG_BOARD_EARLY_INIT_R=y
 CONFIG_CMD_BOOTZ=y
 CONFIG_CMD_MEMINFO=y