diff mbox series

[v1,06/16] apalis-imx8: set bootdelay

Message ID 20221212000930.45505-7-marcel@ziswiler.com
State Changes Requested
Delegated to: Stefano Babic
Headers show
Series apalis-imx8: boot issue fix and support refresh | expand

Commit Message

Marcel Ziswiler Dec. 12, 2022, 12:09 a.m. UTC
From: Marcel Ziswiler <marcel.ziswiler@toradex.com>

Set the boot delay to one second.

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
---

 configs/apalis-imx8_defconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/configs/apalis-imx8_defconfig b/configs/apalis-imx8_defconfig
index 92a0c67b32e..aee43d07816 100644
--- a/configs/apalis-imx8_defconfig
+++ b/configs/apalis-imx8_defconfig
@@ -20,6 +20,7 @@  CONFIG_REMAKE_ELF=y
 CONFIG_FIT=y
 CONFIG_FIT_VERBOSE=y
 CONFIG_OF_SYSTEM_SETUP=y
+CONFIG_BOOTDELAY=1
 CONFIG_USE_PREBOOT=y
 CONFIG_PREBOOT="test -n ${fdtfile} || setenv fdtfile ${soc}-apalis${variant}-${fdt_board}.dtb"
 CONFIG_LOG=y