From: Marcel Ziswiler <marcel.ziswi...@toradex.com> Set the boot delay to one second.
Signed-off-by: Marcel Ziswiler <marcel.ziswi...@toradex.com> Signed-off-by: Andrejs Cainikovs <andrejs.cainik...@toradex.com> --- configs/colibri-imx8x_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/colibri-imx8x_defconfig b/configs/colibri-imx8x_defconfig index bebe87ac918..450cd1981bb 100644 --- a/configs/colibri-imx8x_defconfig +++ b/configs/colibri-imx8x_defconfig @@ -23,6 +23,7 @@ CONFIG_FIT=y CONFIG_FIT_EXTERNAL_OFFSET=0x3000 CONFIG_FIT_VERBOSE=y CONFIG_OF_SYSTEM_SETUP=y +CONFIG_BOOTDELAY=1 CONFIG_USE_PREBOOT=y CONFIG_PREBOOT="test -n ${fdtfile} || setenv fdtfile ${soc}-colibri-${fdt_board}.dtb" CONFIG_LOG=y -- 2.34.1