doc: cmd: loady: Document new configuration
authorPali Rohár <pali@kernel.org>
Mon, 29 Aug 2022 15:36:23 +0000 (17:36 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 15 Sep 2022 13:55:30 +0000 (09:55 -0400)
Signed-off-by: Pali Rohár <pali@kernel.org>
doc/usage/cmd/loady.rst

index 2819cc7..718af6e 100644 (file)
@@ -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
 ------------