From: Pali Rohár Date: Mon, 29 Aug 2022 15:36:23 +0000 (+0200) Subject: doc: cmd: loady: Document new configuration X-Git-Tag: v2025.01-rc5-pxa1908~1263^2~15^2~8 X-Git-Url: http://git.dujemihanovic.xyz/img/%7B%7B?a=commitdiff_plain;h=9895bda2ed09fe6b38f553022c263d5aa975cf99;p=u-boot.git doc: cmd: loady: Document new configuration Signed-off-by: Pali Rohár --- 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 after two seconds +of inactivity on terminal. + Return value ------------