mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-18 19:04:38 +00:00
sandbox: Increase cyclic CPU-time limit
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>
This commit is contained in:
parent
5c8dddadf1
commit
47ef76d6dd
1 changed files with 1 additions and 0 deletions
|
@ -636,6 +636,7 @@ config SPL_CYCLIC
|
||||||
|
|
||||||
config CYCLIC_MAX_CPU_TIME_US
|
config CYCLIC_MAX_CPU_TIME_US
|
||||||
int "Sets the max allowed time for a cyclic function in us"
|
int "Sets the max allowed time for a cyclic function in us"
|
||||||
|
default 100000 if SANDBOX # sandbox video is quite slow
|
||||||
default 5000
|
default 5000
|
||||||
help
|
help
|
||||||
The max allowed time for a cyclic function in us. If a functions
|
The max allowed time for a cyclic function in us. If a functions
|
||||||
|
|
Loading…
Add table
Reference in a new issue