summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2016-06-13 09:00:30 -0400
committerTom Rini <trini@konsulko.com>2016-06-17 09:33:45 -0400
commit5e4e87418e0f0e62854fe6c38736e2ee771ec3a7 (patch)
tree42edb838dd2a975d89ebb7946672090453b22c14 /common
parent232d77e7238e41779f952094b302c47caea4d159 (diff)
downloadtalos-obmc-uboot-5e4e87418e0f0e62854fe6c38736e2ee771ec3a7.tar.gz
talos-obmc-uboot-5e4e87418e0f0e62854fe6c38736e2ee771ec3a7.zip
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>
Diffstat (limited to 'common')
-rw-r--r--common/Kconfig2
1 files changed, 1 insertions, 1 deletions
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.
OpenPOWER on IntegriCloud