diff mbox

[U-Boot,v2] warp7: Remove CONFIG_BOOTDELAY variable

Message ID 1468438621-7203-1-git-send-email-breno.lima@nxp.com
State Accepted
Commit 4beba0668890f23373863dc27230679addd20689
Delegated to: Stefano Babic
Headers show

Commit Message

Breno Matheus Lima July 13, 2016, 7:37 p.m. UTC
It's not necessary anymore to declare the CONFIG_BOOTDELAY variable,
it's already set by default as 2 seconds.

Signed-off-by: Breno Lima <breno.lima@nxp.com>
---
Changes since v1:
-Remove CONFIG_BOOTDELAY as suggested by Otavio Salvador and Peter Robinson

 configs/warp7_defconfig | 1 -
 1 file changed, 1 deletion(-)

Comments

Fabio Estevam July 13, 2016, 7:39 p.m. UTC | #1
On Wed, Jul 13, 2016 at 4:37 PM, Breno Lima <breno.lima@nxp.com> wrote:
> It's not necessary anymore to declare the CONFIG_BOOTDELAY variable,
> it's already set by default as 2 seconds.
>
> Signed-off-by: Breno Lima <breno.lima@nxp.com>

Thanks for this patch.

Acked-by: Fabio Estevam <fabio.estevam@nxp.com>
diff mbox

Patch

diff --git a/configs/warp7_defconfig b/configs/warp7_defconfig
index 102b5b1..ad4fbbf 100644
--- a/configs/warp7_defconfig
+++ b/configs/warp7_defconfig
@@ -4,7 +4,6 @@  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_HUSH_PARSER=y
 # CONFIG_CMD_BOOTD is not set
 CONFIG_CMD_BOOTZ=y