summaryrefslogtreecommitdiff
path: root/configs/pico-imx7d-trusty_defconfig
diff options
context:
space:
mode:
authorBraden Kell <bradenkell@google.com>2018-06-04 17:16:36 -0700
committerJi Luo <ji.luo@nxp.com>2018-08-20 21:25:46 +0800
commit91178a326f4d7acb13fa16afaa228d03236586b6 (patch)
tree75d09e11147069d79b398d9631985ec5b12f35c5 /configs/pico-imx7d-trusty_defconfig
parenta1f5c4f9fb44bfd7281061cdbc1edc9793402383 (diff)
[iot] Re-enable boot delay in iMX7D bootloader config
http://ag/3824663 changed the config file used for building for the iMX7D bootloader, so change CONFIG_BOOTDELAY there as well. Bug: 79093530 Test: iMX7D U-Boot has CONFIG_BOOTDELAY=3 Change-Id: Iaa967095cd6dd9e3b07f730c90c99a64581ae740
Diffstat (limited to 'configs/pico-imx7d-trusty_defconfig')
-rw-r--r--configs/pico-imx7d-trusty_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/pico-imx7d-trusty_defconfig b/configs/pico-imx7d-trusty_defconfig
index 2b3bd665d9..9a7ba19005 100644
--- a/configs/pico-imx7d-trusty_defconfig
+++ b/configs/pico-imx7d-trusty_defconfig
@@ -5,7 +5,7 @@ CONFIG_SYS_TEXT_BASE=0x87800000
CONFIG_TARGET_PICO_IMX7D=y
CONFIG_ARMV7_BOOT_SEC_DEFAULT=y
CONFIG_IMX_RDC=y
-CONFIG_BOOTDELAY=-2
+CONFIG_BOOTDELAY=3
CONFIG_EFI_PARTITION=y
# CONFIG_CONSOLE_MUX is not set
CONFIG_SYS_CONSOLE_IS_IN_ENV=y