From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Thu, 24 Mar 2016 10:07:57 +0100 Subject: [U-Boot] [PATCH 2/2] tools: kwboot: Add xmodem timeout option In-Reply-To: <1455658075-21521-2-git-send-email-kevin.smith@elecsyscorp.com> References: <1455658075-21521-1-git-send-email-kevin.smith@elecsyscorp.com> <1455658075-21521-2-git-send-email-kevin.smith@elecsyscorp.com> Message-ID: <56F3AE6D.5000900@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 16.02.2016 22:28, Kevin Smith wrote: > Add command-line specification of xmodem timeout. If the binary > header needs to take a while to do something (e.g. DDR ECC > scrubbing), the xmodem transfer can time out. Add a configurable > xmodem block timeout to allow transfers with slow binary headers > to succeed. > > Signed-off-by: Kevin Smith > Cc: Stefan Roese Applied to u-boot-marvell/master. Thanks, Stefan