doc: cmd: loady: Document new configuration
Signed-off-by: Pali Rohár <pali@kernel.org>
This commit is contained in:
parent
1b3e68203c
commit
9895bda2ed
|
|
@ -61,6 +61,13 @@ Configuration
|
||||||
|
|
||||||
The command is only available if CONFIG_CMD_LOADB=y.
|
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
|
Return value
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue