From: Tom Rini Date: Mon, 13 Jun 2016 13:00:30 +0000 (-0400) Subject: common/Kconfig: Change the default BOOTDELAY to 2 X-Git-Tag: v2016.07-rc2~28 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5e4e87418e0f0e62854fe6c38736e2ee771ec3a7;p=u-boot common/Kconfig: Change the default BOOTDELAY to 2 The value of 0 is fairly uncommon while 2 is one of the more common ones so switch. Signed-off-by: Tom Rini --- diff --git a/common/Kconfig b/common/Kconfig index 4d17b101a1..e691145199 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -99,7 +99,7 @@ endmenu config BOOTDELAY int "delay in seconds before automatically booting" - default 0 + default 2 help Delay before automatically running bootcmd; set to -1 to disable autoboot.