From: Marcel Ziswiler Date: Fri, 3 Mar 2023 13:26:40 +0000 (+0100) Subject: colibri-imx8x: set bootdelay X-Git-Tag: baikal/mips/sdk6.2~4^2~3^2~175^2~16^2~19 X-Git-Url: https://git.baikalelectronics.ru/sdk/?a=commitdiff_plain;h=68c7fcf43806d60f284a578810416f2e40cd5774;p=uboot.git colibri-imx8x: set bootdelay Set the boot delay to one second. Signed-off-by: Marcel Ziswiler Signed-off-by: Andrejs Cainikovs --- diff --git a/configs/colibri-imx8x_defconfig b/configs/colibri-imx8x_defconfig index 82a7c22e00..c2ed550fa5 100644 --- a/configs/colibri-imx8x_defconfig +++ b/configs/colibri-imx8x_defconfig @@ -22,6 +22,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_DISTRO_DEFAULTS=y