diff mbox

[U-Boot] warp7: Increase CONFIG_BOOTDELAY

Message ID 1468338958-23372-1-git-send-email-breno.lima@nxp.com
State Superseded
Delegated to: Stefano Babic
Headers show

Commit Message

Breno Matheus Lima July 12, 2016, 3:55 p.m. UTC
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(-)

Comments

Fabio Estevam July 12, 2016, 10:12 p.m. UTC | #1
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>
Peter Robinson July 13, 2016, 2:46 a.m. UTC | #2
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
Otavio Salvador July 13, 2016, 12:15 p.m. UTC | #3
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.
diff mbox

Patch

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