mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 23:51:33 +00:00
doc: cmd: loady: Document new configuration
Signed-off-by: Pali Rohár <pali@kernel.org>
This commit is contained in:
parent
1b3e68203c
commit
9895bda2ed
1 changed files with 7 additions and 0 deletions
|
@ -61,6 +61,13 @@ Configuration
|
|||
|
||||
The command is only available if CONFIG_CMD_LOADB=y.
|
||||
|
||||
Initial timeout in seconds while waiting for transfer is configured by
|
||||
config option CMD_LOADXY_TIMEOUT or by env variable $loadxy_timeout.
|
||||
Setting it to 0 means infinite timeout.
|
||||
|
||||
Transfer can be cancelled by pressing 3 times <CTRL+C> after two seconds
|
||||
of inactivity on terminal.
|
||||
|
||||
Return value
|
||||
------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue