mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
bootmenu: Extend BOOTDELAY help text
Extend BOOTDELAY help text to cover its additional usage within the bootmenu command. Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
This commit is contained in:
parent
57aa4d2066
commit
b27dc8ec5c
1 changed files with 4 additions and 0 deletions
|
@ -182,6 +182,10 @@ config BOOTDELAY
|
|||
set to -1 to disable autoboot.
|
||||
set to -2 to autoboot with no delay and not check for abort
|
||||
|
||||
If this value is >= 0 then it is also used for the default delay
|
||||
before starting the default entry in bootmenu. If it is < 0 then
|
||||
a default value of 10s is used.
|
||||
|
||||
See doc/README.autoboot for details.
|
||||
|
||||
config USE_BOOTARGS
|
||||
|
|
Loading…
Add table
Reference in a new issue