summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2020-05-23 13:48:07 +0200
committerTom Rini <trini@konsulko.com>2020-05-25 11:54:53 -0400
commit3547e69b4759a1a82ed6b58819df878cd19112d2 (patch)
tree4f13aa87b35175fb15b2010c483961284ae03101 /doc
parentf39c8454b500a42a1baa65a2bdefbaa21f413003 (diff)
doc: dfu: fix typos in README.dfu
Fix some typos. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Acked-by: Lukasz Majewski <lukma@denx.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/README.dfu6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/README.dfu b/doc/README.dfu
index 29230ec654..4b9f883540 100644
--- a/doc/README.dfu
+++ b/doc/README.dfu
@@ -48,12 +48,12 @@ Configuration Options:
CONFIG_CMD_DFU
Environment variables:
- the dfu command use 3 environments variables:
+ the dfu command uses 3 environments variables:
"dfu_alt_info" : the DFU setting for the USB download gadget with a semicolon
separated string of information on each alternate:
dfu_alt_info="<alt1>;<alt2>;....;<altN>"
- when only several device are used, the format is:
+ when several devices are used, the format is:
- <interface> <dev>'='alternate list (';' separated)
- each interface is separated by '&'
dfu_alt_info=\
@@ -63,7 +63,7 @@ Environment variables:
"<interfaceI> <devI>=<altY+1>;....;<altZ>&"
"dfu_bufsiz" : size of the DFU buffer, when absent, use
- CONFIG_SYS_DFU_DATA_BUF_SIZE (8MiB by default)
+ CONFIG_SYS_DFU_DATA_BUF_SIZE (8 MiB by default)
"dfu_hash_algo" : name of the hash algorithm to use