summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorZhang Bo <bo.zhang@nxp.com>2017-11-02 10:04:54 +0800
committerJason Liu <jason.hui.liu@nxp.com>2017-11-03 02:37:30 +0800
commitf768156877b8b74fa5424b385726aa3058fed0d2 (patch)
treefc55b983e6fd3e4683cd5af14caa45488befa990 /configs
parent5d98e3fb6b176b45e931d83c90640dd1b7cc95c1 (diff)
MA-10570[Android] Change bootdelay to 1s for imx8 to avoid stopping at u-boot hardly
The BSP patch "MLK-16467 serial_lpuart: Fix FIFO_RXFE definition in LPUART driver" disable the FIFO. The UART can only reveive input after some log output and console is ready. So it is very hard to stop at u-boot if we set the bootdelay as 0s. Change the bootdelay time to 1s to avoid stopping at u-boot hardly. Change-Id: I7134f559b3d43b8f1064171e60fd0098b59358a9 Signed-off-by: Zhang Bo <bo.zhang@nxp.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/mx8mq_evk_android_defconfig2
-rw-r--r--configs/mx8qm_lpddr4_arm2_android_defconfig2
-rw-r--r--configs/mx8qxp_lpddr4_arm2_android_defconfig2
-rw-r--r--configs/mx8qxp_mek_android_defconfig2
4 files changed, 4 insertions, 4 deletions
diff --git a/configs/mx8mq_evk_android_defconfig b/configs/mx8mq_evk_android_defconfig
index 7108d69978..82dab532a3 100644
--- a/configs/mx8mq_evk_android_defconfig
+++ b/configs/mx8mq_evk_android_defconfig
@@ -7,7 +7,7 @@ CONFIG_EFI_PARTITION=y
CONFIG_SPL=y
CONFIG_HUSH_PARSER=y
CONFIG_OF_LIBFDT=y
-CONFIG_BOOTDELAY=0
+CONFIG_BOOTDELAY=1
CONFIG_CMD_CACHE=y
CONFIG_DEFAULT_DEVICE_TREE="fsl-imx8mq-evk"
CONFIG_OF_CONTROL=y
diff --git a/configs/mx8qm_lpddr4_arm2_android_defconfig b/configs/mx8qm_lpddr4_arm2_android_defconfig
index e441eafb93..d74058a18f 100644
--- a/configs/mx8qm_lpddr4_arm2_android_defconfig
+++ b/configs/mx8qm_lpddr4_arm2_android_defconfig
@@ -34,7 +34,7 @@ CONFIG_G_DNL_PRODUCT_NUM=0xa4a5
CONFIG_CMD_GPIO=y
CONFIG_DM_GPIO=y
CONFIG_DM_PCA953X=y
-CONFIG_BOOTDELAY=0
+CONFIG_BOOTDELAY=1
CONFIG_IMX_BOOTAUX=y
CONFIG_CMD_FAT=y
CONFIG_CMD_MMC=y
diff --git a/configs/mx8qxp_lpddr4_arm2_android_defconfig b/configs/mx8qxp_lpddr4_arm2_android_defconfig
index 924aabc10d..5e990b3905 100644
--- a/configs/mx8qxp_lpddr4_arm2_android_defconfig
+++ b/configs/mx8qxp_lpddr4_arm2_android_defconfig
@@ -34,7 +34,7 @@ CONFIG_G_DNL_PRODUCT_NUM=0xa4a5
CONFIG_CMD_GPIO=y
CONFIG_DM_GPIO=y
CONFIG_DM_PCA953X=y
-CONFIG_BOOTDELAY=0
+CONFIG_BOOTDELAY=1
CONFIG_IMX_BOOTAUX=y
CONFIG_CMD_FAT=y
CONFIG_CMD_MMC=y
diff --git a/configs/mx8qxp_mek_android_defconfig b/configs/mx8qxp_mek_android_defconfig
index 1d9f806dcf..f7385e8779 100644
--- a/configs/mx8qxp_mek_android_defconfig
+++ b/configs/mx8qxp_mek_android_defconfig
@@ -36,7 +36,7 @@ CONFIG_I2C_MUX_PCA954x=y
CONFIG_CMD_GPIO=y
CONFIG_DM_GPIO=y
CONFIG_DM_PCA953X=y
-CONFIG_BOOTDELAY=0
+CONFIG_BOOTDELAY=1
CONFIG_IMX_BOOTAUX=y
CONFIG_CMD_FAT=y
CONFIG_CMD_MMC=y