From: Breno Lima Date: Wed, 13 Jul 2016 19:37:01 +0000 (-0300) Subject: warp7: Remove CONFIG_BOOTDELAY variable X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=4beba0668890f23373863dc27230679addd20689;p=u-boot.git warp7: Remove CONFIG_BOOTDELAY variable 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 Acked-by: Fabio Estevam --- diff --git a/configs/warp7_defconfig b/configs/warp7_defconfig index 102b5b1bb5..ad4fbbf606 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