
12 Jul
2016
12 Jul
'16
5:55 p.m.
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@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