[U-Boot] [PATCH] warp7: Increase CONFIG_BOOTDELAY
Breno Lima
breno.lima at nxp.com
Tue Jul 12 17:55:58 CEST 2016
Increase the boot delay to 3 seconds, because it's more convenient
to load u-boot from imx_usb_loader tool.
Signed-off-by: Breno Lima <breno.lima at nxp.com>
---
configs/warp7_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/warp7_defconfig b/configs/warp7_defconfig
index 102b5b1..defa15a 100644
--- a/configs/warp7_defconfig
+++ b/configs/warp7_defconfig
@@ -4,7 +4,7 @@ CONFIG_TARGET_WARP7=y
CONFIG_IMX_RDC=y
CONFIG_IMX_BOOTAUX=y
CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/warp7/imximage.cfg"
-CONFIG_BOOTDELAY=1
+CONFIG_BOOTDELAY=3
CONFIG_HUSH_PARSER=y
# CONFIG_CMD_BOOTD is not set
CONFIG_CMD_BOOTZ=y
--
2.7.4
More information about the U-Boot
mailing list