]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
sandbox: Increase cyclic CPU-time limit
authorSimon Glass <sjg@chromium.org>
Wed, 31 Jul 2024 14:44:11 +0000 (08:44 -0600)
committerAnatolij Gustschin <agust@denx.de>
Wed, 31 Jul 2024 14:55:25 +0000 (16:55 +0200)
Now that sandbox is using cyclic for video, it trips the 1us time
limit. Updating the sandbox display often takes 20ms or more.

Increase the limit to 100ms to avoid a warning.

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

index 87b0ec3ea8f6a70ed047dd786947a8867ef7ee9f..83c81edac20f87e3c567e9c33cadc3e144bcb341 100644 (file)
@@ -636,6 +636,7 @@ config SPL_CYCLIC
 
 config CYCLIC_MAX_CPU_TIME_US
        int "Sets the max allowed time for a cyclic function in us"
+       default 100000 if SANDBOX  # sandbox video is quite slow
        default 5000
        help
          The max allowed time for a cyclic function in us. If a functions