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

2016-07-13 Thread Otavio Salvador
On Tue, Jul 12, 2016 at 11:46 PM, Peter Robinson wrote: > On Tue, Jul 12, 2016 at 11:12 PM, Fabio Estevam wrote: >> Hi Breno, >> >> On Tue, Jul 12, 2016 at 12:55 PM, Breno Lima wrote: >>> Increase the boot delay to 3 seconds, because

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

2016-07-12 Thread Peter Robinson
On Tue, Jul 12, 2016 at 11:12 PM, Fabio Estevam wrote: > Hi Breno, > > On Tue, Jul 12, 2016 at 12:55 PM, Breno Lima wrote: >> Increase the boot delay to 3 seconds, because it's more convenient >> to load u-boot from imx_usb_loader tool. >> >>

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

2016-07-12 Thread Fabio Estevam
Hi Breno, On Tue, Jul 12, 2016 at 12:55 PM, Breno Lima 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 Yes, this is a better value for the BOOTDELAY, so:

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

2016-07-12 Thread Breno Lima
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 --- configs/warp7_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/warp7_defconfig