diff options
author | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2023-01-16 20:05:00 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2023-01-30 20:59:09 +0100 |
commit | 41eac82bbd8785975b2bb83742f3b87aec7c2259 (patch) | |
tree | a92bb33a9d11c4691920f2aa93f18a50338f7f30 /configs | |
parent | 1511ebf9f38d305392bd4898948a5a864420376c (diff) | |
download | u-boot-41eac82bbd8785975b2bb83742f3b87aec7c2259.zip u-boot-41eac82bbd8785975b2bb83742f3b87aec7c2259.tar.gz u-boot-41eac82bbd8785975b2bb83742f3b87aec7c2259.tar.bz2 |
apalis-imx8: set bootdelay
Set the boot delay to one second.
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
Reviewed-by: Fabio Estevam <festevam@denx.de>
Diffstat (limited to 'configs')
-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 125cd74..dba320a 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 |