[Concept,1/4] colibri-imx8x: Increase the boot delay

Message ID 20250923193833.1506358-1-sjg@u-boot.org
State New
Headers
Series [Concept,1/4] colibri-imx8x: Increase the boot delay |

Commit Message

Simon Glass Sept. 23, 2025, 7:38 p.m. UTC
  From: Simon Glass <sjg@chromium.org>

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>
---

 configs/colibri-imx8x_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/configs/colibri-imx8x_defconfig b/configs/colibri-imx8x_defconfig
index 3d576da05b3..210bb83d5f8 100644
--- a/configs/colibri-imx8x_defconfig
+++ b/configs/colibri-imx8x_defconfig
@@ -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"