From patchwork Sat May 23 11:48:07 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Heinrich Schuchardt X-Patchwork-Id: 246340 List-Id: U-Boot discussion From: xypron.glpk at gmx.de (Heinrich Schuchardt) Date: Sat, 23 May 2020 13:48:07 +0200 Subject: [PATCH 1/1] doc: dfu: fix typos in README.dfu Message-ID: <20200523114807.4806-1-xypron.glpk@gmx.de> Fix some typos. Signed-off-by: Heinrich Schuchardt Acked-by: Lukasz Majewski --- doc/README.dfu | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -- 2.26.2 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=";;....;" - when only several device are used, the format is: + when several devices are used, the format is: - '='alternate list (';' separated) - each interface is separated by '&' dfu_alt_info=\ @@ -63,7 +63,7 @@ Environment variables: " =;....;&" "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