diff options
author | Karl O. Pinc <kop@meme.com> | 2012-08-02 16:09:32 +0000 |
---|---|---|
committer | Prafulla Wadaskar <prafulla@marvell.com> | 2012-09-03 17:41:36 +0530 |
commit | 32324b7f9d30baf4c51a518913d26f0e3f5ed5b6 (patch) | |
tree | 45a52641ac7d51fd362674daeddcb720e4bfea55 | |
parent | fcca7e7acc56fc39fedb6a080e6b92aeff647dac (diff) | |
download | u-boot-imx-32324b7f9d30baf4c51a518913d26f0e3f5ed5b6.zip u-boot-imx-32324b7f9d30baf4c51a518913d26f0e3f5ed5b6.tar.gz u-boot-imx-32324b7f9d30baf4c51a518913d26f0e3f5ed5b6.tar.bz2 |
Cosmetic doc typo fixes to the kwbimage feature docs
Signed-off-by: Karl O. Pinc <kop@meme.com>
-rw-r--r-- | board/Marvell/sheevaplug/kwbimage.cfg | 4 | ||||
-rw-r--r-- | doc/README.kwbimage | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/board/Marvell/sheevaplug/kwbimage.cfg b/board/Marvell/sheevaplug/kwbimage.cfg index 3b9c53f..55be3a3 100644 --- a/board/Marvell/sheevaplug/kwbimage.cfg +++ b/board/Marvell/sheevaplug/kwbimage.cfg @@ -21,8 +21,8 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, # MA 02110-1301 USA # -# Refer docs/README.kwimage for more details about how-to configure -# and create kirkwood boot image +# Refer to doc/README.kwbimage for more details about how-to +# configure and create kirkwood boot images. # # Boot Media configurations diff --git a/doc/README.kwbimage b/doc/README.kwbimage index 6dd942f..7f15e6d 100644 --- a/doc/README.kwbimage +++ b/doc/README.kwbimage @@ -25,7 +25,7 @@ for ex. -T kwbimage -a 0x00600000 -e 0x00600000 \ -d u-boot.bin u-boot.kwb -kwimage support available with mkimage utility will generate kirkwood boot +kwbimage support available with mkimage utility will generate kirkwood boot image that can be flashed on the board NAND/SPI flash Board specific configuration file specifications: |