mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-11 11:38:51 +01:00
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>
This commit is contained in:
parent
232d77e723
commit
5e4e87418e
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue