colibri-imx8x: Increase the boot delay

A delay of one second makes it hard for the lab to interrupt boot, thus
causing test failures. Increase it to 5s

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2025-09-23 12:19:20 -06:00
parent 136c959dd2
commit abd0cb5a50

View File

@@ -24,7 +24,7 @@ CONFIG_REMAKE_ELF=y
CONFIG_FIT=y
CONFIG_FIT_VERBOSE=y
CONFIG_DISTRO_DEFAULTS=y
CONFIG_BOOTDELAY=1
CONFIG_BOOTDELAY=5
CONFIG_OF_SYSTEM_SETUP=y
CONFIG_USE_PREBOOT=y
CONFIG_PREBOOT="test -n ${fdtfile} || setenv fdtfile ${soc}-colibri-${fdt_board}.dtb"