commit | b47fd2386898dbd5aacd6e3bec25e716427d10a3 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Mon Jun 13 09:00:30 2016 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri Jun 17 09:33:45 2016 -0400 |
tree | 42edb838dd2a975d89ebb7946672090453b22c14 | |
parent | fb22daf571e9f0885a99a37945d21cb52bb7f489 [diff] [blame] |
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 <trini@konsulko.com>
diff --git a/common/Kconfig b/common/Kconfig index 4d17b10..e691145 100644 --- a/common/Kconfig +++ b/common/Kconfig
@@ -99,7 +99,7 @@ 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.