diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2015-11-24 22:45:02 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-12-05 23:22:21 (GMT) |
commit | 3f42dc87b4fbcc99baa26c7be8d0b74aaa4c2f30 (patch) | |
tree | a5049d2116f24780fb0f6096100e26a7e567cfac /doc | |
parent | e5d3078622551a48a6b4e5ea9a61e507811bfa97 (diff) | |
download | u-boot-3f42dc87b4fbcc99baa26c7be8d0b74aaa4c2f30.tar.xz |
Fix typo: commmand -> command.
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.nand | 2 | ||||
-rw-r--r-- | doc/README.update | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.nand b/doc/README.nand index 0ff5633..545d88c 100644 --- a/doc/README.nand +++ b/doc/README.nand @@ -94,7 +94,7 @@ Configuration Options: address of u-boot MTD partition in NAND. CONFIG_CMD_NAND - Enables NAND support and commmands. + Enables NAND support and commands. CONFIG_CMD_NAND_TORTURE Enables the torture command (see description of this command below). diff --git a/doc/README.update b/doc/README.update index eab124c..d37f2c4 100644 --- a/doc/README.update +++ b/doc/README.update @@ -51,7 +51,7 @@ the mkimage tool. dtc tool with support for binary includes, e.g. in version to be prepared. Refer to the doc/uImage.FIT/ directory for more details on FIT images. -This mechanism can be also triggered by the commmand "fitupd". +This mechanism can be also triggered by the command "fitupd". If an optional, non-zero address is provided as argument, the TFTP transfer is skipped and the image at this address is used. The fitupd command is enabled by CONFIG_CMD_FITUPD. |