[U-Boot] [PATCH] warp7: Increase CONFIG_BOOTDELAY

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

Hi Breno,
On Tue, Jul 12, 2016 at 12:55 PM, Breno Lima breno.lima@nxp.com wrote:
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
Yes, this is a better value for the BOOTDELAY, so:
Acked-by: Fabio Estevam fabio.estevam@nxp.com

On Tue, Jul 12, 2016 at 11:12 PM, Fabio Estevam festevam@gmail.com wrote:
Hi Breno,
On Tue, Jul 12, 2016 at 12:55 PM, Breno Lima breno.lima@nxp.com wrote:
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
Yes, this is a better value for the BOOTDELAY, so:
There is now a global default of 2 too.
Peter

On Tue, Jul 12, 2016 at 11:46 PM, Peter Robinson pbrobinson@gmail.com wrote:
On Tue, Jul 12, 2016 at 11:12 PM, Fabio Estevam festevam@gmail.com wrote:
Hi Breno,
On Tue, Jul 12, 2016 at 12:55 PM, Breno Lima breno.lima@nxp.com wrote:
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
Yes, this is a better value for the BOOTDELAY, so:
There is now a global default of 2 too.
I think we ought to use the default here; so less changes for the board.
participants (4)
-
Breno Lima
-
Fabio Estevam
-
Otavio Salvador
-
Peter Robinson