]> git.dujemihanovic.xyz Git - u-boot.git/commit
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)
commit47ef76d6dd23fa0a28608b4a5ff438dea7fa10db
treeca9ea8293d387d2c6f898dcec0f51347766d49d6
parent5c8dddadf1c9218cf2d2bb2274a5b2e84555fd15
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>
common/Kconfig