[U-Boot] [PATCH] warp7: Remove CONFIG_BOOTDELAY variable

13 Jul
2016
13 Jul
'16
6:44 p.m.
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 --- configs/warp7_defconfig | 1 - 1 file changed, 1 deletion(-)
diff --git a/configs/warp7_defconfig b/configs/warp7_defconfig index defa15a..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=3 CONFIG_HUSH_PARSER=y # CONFIG_CMD_BOOTD is not set CONFIG_CMD_BOOTZ=y
--
2.7.4
3220
Age (days ago)
3220
Last active (days ago)
0 comments
1 participants
participants (1)
-
Breno Lima