diff options
| author | Marcel Ziswiler <[email protected]> | 2023-01-16 20:05:00 +0100 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2023-01-30 20:59:09 +0100 |
| commit | 41eac82bbd8785975b2bb83742f3b87aec7c2259 (patch) | |
| tree | a92bb33a9d11c4691920f2aa93f18a50338f7f30 | |
| parent | 1511ebf9f38d305392bd4898948a5a864420376c (diff) | |
apalis-imx8: set bootdelay
Set the boot delay to one second.
Signed-off-by: Marcel Ziswiler <[email protected]>
Signed-off-by: Francesco Dolcini <[email protected]>
Reviewed-by: Fabio Estevam <[email protected]>
| -rw-r--r-- | configs/apalis-imx8_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/apalis-imx8_defconfig b/configs/apalis-imx8_defconfig index 125cd7435e7..dba320ad3e8 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 |
