summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorBartlomiej Sieka <tur@semihalf.com>2008-10-30 23:22:04 +0100
committerWolfgang Denk <wd@denx.de>2008-10-31 09:50:25 +0100
commit7c84fe6a06dad9f793ed85b39b1e6c11a7882f5c (patch)
treef9ddf39fab3dd1e1cd108a3d449e47889952e38a /doc
parentd685b74c64a38849f1a129b3ab846fbf67dd937e (diff)
downloadblackbird-obmc-uboot-7c84fe6a06dad9f793ed85b39b1e6c11a7882f5c.tar.gz
blackbird-obmc-uboot-7c84fe6a06dad9f793ed85b39b1e6c11a7882f5c.zip
Fix to the auto-update feature documentation (CONFIG_UPDATE_TFTP_MSEC_MAX)
Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/README.update6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/README.update b/doc/README.update
index a4760025bf..48f03b7802 100644
--- a/doc/README.update
+++ b/doc/README.update
@@ -39,11 +39,11 @@ The auto-update feature uses the following configuration knobs:
These knobs control the timeouts during initial connection to the TFTP
server. Since a transfer is attempted during each boot, it is undesirable to
have a long delay when a TFTP server is not present.
- CONFIG_UPDATE_TFTP_MSEC_MAX specifies the number of seconds to wait for the
- server to respond to initial connection, and CONFIG_UPDATE_TFTP_CNT_MAX
+ CONFIG_UPDATE_TFTP_MSEC_MAX specifies the number of milliseconds to wait for
+ the server to respond to initial connection, and CONFIG_UPDATE_TFTP_CNT_MAX
gives the number of such connection retries. CONFIG_UPDATE_TFTP_CNT_MAX must
be non-negative and is 0 by default, CONFIG_UPDATE_TFTP_MSEC_MAX must be
- positive and is 1 by default.
+ positive and is 100 by default.
Since the update file is in FIT format, it is created from an *.its file using
the mkimage tool. dtc tool with support for binary includes, e.g. in version
OpenPOWER on IntegriCloud