projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
232d77e
)
common/Kconfig: Change the default BOOTDELAY to 2
author
Tom Rini
<trini@konsulko.com>
Mon, 13 Jun 2016 13:00:30 +0000
(09:00 -0400)
committer
Tom Rini
<trini@konsulko.com>
Fri, 17 Jun 2016 13:33:45 +0000
(09:33 -0400)
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>
common/Kconfig
patch
|
blob
|
history
diff --git
a/common/Kconfig
b/common/Kconfig
index 4d17b101a1a5840c58a02faa0c31ce51f0cfe72b..e6911451999e4199d493ba3855c11f980c5d6c8a 100644
(file)
--- 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.