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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user