summaryrefslogtreecommitdiff
path: root/doc/usage/cmd
diff options
context:
space:
mode:
authorPali Rohár <pali@kernel.org>2022-08-29 18:36:23 +0300
committerTom Rini <trini@konsulko.com>2022-09-15 16:55:30 +0300
commit9895bda2ed09fe6b38f553022c263d5aa975cf99 (patch)
tree6792f87f1dcd4f5809a3f39d8d43367384300e4b /doc/usage/cmd
parent1b3e68203cab4dfdd90d0934ec08762be723f3b1 (diff)
downloadu-boot-9895bda2ed09fe6b38f553022c263d5aa975cf99.tar.xz
doc: cmd: loady: Document new configuration
Signed-off-by: Pali Rohár <pali@kernel.org>
Diffstat (limited to 'doc/usage/cmd')
-rw-r--r--doc/usage/cmd/loady.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/usage/cmd/loady.rst b/doc/usage/cmd/loady.rst
index 2819cc72ae..718af6e128 100644
--- a/doc/usage/cmd/loady.rst
+++ b/doc/usage/cmd/loady.rst
@@ -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
------------