[U-Boot] [PATCH v2] Cosmetic doc typo fixes to the kwbimage feature docs

This is a resend of the first email I tried sending to the list. I don't believe the original email went through, probably due to my weak git skills.
This fixes a few obvious typos in the kirkwood docs.
Karl O. Pinc (1): Cosmetic doc typo fixes to the kwbimage feature docs
board/Marvell/sheevaplug/kwbimage.cfg | 4 ++-- doc/README.kwbimage | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-)

Signed-off-by: Karl O. Pinc kop@meme.com --- board/Marvell/sheevaplug/kwbimage.cfg | 4 ++-- 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:

-----Original Message----- From: Karl O. Pinc [mailto:kop@meme.com] Sent: 03 August 2012 07:40 To: Prafulla Wadaskar; u-boot@lists.denx.de Cc: Karl O. Pinc Subject: [PATCH v2] Cosmetic doc typo fixes to the kwbimage feature docs
Signed-off-by: Karl O. Pinc kop@meme.com
board/Marvell/sheevaplug/kwbimage.cfg | 4 ++-- 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:
Acked by: Prafulla Wadaskar prafulla@marvell.com
Will pull this patch latter.
Regards... Prafulla . . .

-----Original Message----- From: Prafulla Wadaskar Sent: 03 August 2012 12:00 To: 'Karl O. Pinc'; u-boot@lists.denx.de Subject: RE: [PATCH v2] Cosmetic doc typo fixes to the kwbimage feature docs
-----Original Message----- From: Karl O. Pinc [mailto:kop@meme.com] Sent: 03 August 2012 07:40 To: Prafulla Wadaskar; u-boot@lists.denx.de Cc: Karl O. Pinc Subject: [PATCH v2] Cosmetic doc typo fixes to the kwbimage feature docs
Signed-off-by: Karl O. Pinc kop@meme.com
board/Marvell/sheevaplug/kwbimage.cfg | 4 ++-- 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:
Acked by: Prafulla Wadaskar prafulla@marvell.com
Will pull this patch latter.
Applied to u-boot-marvell.git master branch
Regards... Prafulla . . .
participants (2)
-
Karl O. Pinc
-
Prafulla Wadaskar