coreboot: Increase the cyclic limit
This fails in CI sometimes, so increase the limit to 50ms: cyclic_run() cyclic function video_init took too long: 20725us vs 5000us max Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -23,6 +23,7 @@ CONFIG_LOG=y
|
||||
CONFIG_LOGF_LINE=y
|
||||
CONFIG_LOGF_FUNC=y
|
||||
CONFIG_DISPLAY_BOARDINFO_LATE=y
|
||||
CONFIG_CYCLIC_MAX_CPU_TIME_US=50000
|
||||
CONFIG_PCI_INIT_R=y
|
||||
CONFIG_CMD_IDE=y
|
||||
CONFIG_CMD_MMC=y
|
||||
|
||||
Reference in New Issue
Block a user