aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2023-03-03 14:26:40 +0100
committerStefano Babic <sbabic@denx.de>2023-03-30 10:53:27 +0200
commit1624868cbd7eba19b7f40819ede9fead7026ee87 (patch)
tree30373ff7850926cff0b9643a53d8bcb07af1ecec
parent8bcc7ba108dcd83cc7b591426879c73dde2ea11a (diff)
downloadu-boot-1624868cbd7eba19b7f40819ede9fead7026ee87.zip
u-boot-1624868cbd7eba19b7f40819ede9fead7026ee87.tar.gz
u-boot-1624868cbd7eba19b7f40819ede9fead7026ee87.tar.bz2
colibri-imx8x: set bootdelay
Set the boot delay to one second. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Signed-off-by: Andrejs Cainikovs <andrejs.cainikovs@toradex.com>
-rw-r--r--configs/colibri-imx8x_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/colibri-imx8x_defconfig b/configs/colibri-imx8x_defconfig
index 82a7c22..c2ed550 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