* [U-Boot] Cosmetic doc typo fixes to the kwbimage feature docs
@ 2012-07-27 4:15 Karl O. Pinc
2012-07-27 4:15 ` [U-Boot] [PATCH] " Karl O. Pinc
2012-07-27 14:52 ` [U-Boot] " Karl O. Pinc
0 siblings, 2 replies; 5+ messages in thread
From: Karl O. Pinc @ 2012-07-27 4:15 UTC (permalink / raw)
To: u-boot
Hi,
I'm looking into the kirkwood docs and found some typos.
I'm not proficent in git. If there's a problem with my
git-age, or anything else, please let me know.
Thanks.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] [PATCH] Cosmetic doc typo fixes to the kwbimage feature docs
2012-07-27 4:15 [U-Boot] Cosmetic doc typo fixes to the kwbimage feature docs Karl O. Pinc
@ 2012-07-27 4:15 ` Karl O. Pinc
2012-07-27 14:52 ` [U-Boot] " Karl O. Pinc
1 sibling, 0 replies; 5+ messages in thread
From: Karl O. Pinc @ 2012-07-27 4:15 UTC (permalink / raw)
To: u-boot
---
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:
--
1.7.2.5
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [U-Boot] Cosmetic doc typo fixes to the kwbimage feature docs
2012-07-27 4:15 [U-Boot] Cosmetic doc typo fixes to the kwbimage feature docs Karl O. Pinc
2012-07-27 4:15 ` [U-Boot] [PATCH] " Karl O. Pinc
@ 2012-07-27 14:52 ` Karl O. Pinc
2012-07-30 6:36 ` Prafulla Wadaskar
1 sibling, 1 reply; 5+ messages in thread
From: Karl O. Pinc @ 2012-07-27 14:52 UTC (permalink / raw)
To: u-boot
On 07/26/2012 11:15:32 PM, Karl O. Pinc wrote:
> Hi,
>
> I'm looking into the kirkwood docs and found some typos.
>
> I'm not proficent in git. If there's a problem with my
> git-age, or anything else, please let me know.
I used git send-mail to send the above and it sent 2
emails (?), of which this was the first. The actual
patch was the second email and it did not show up
on this list, perhaps because this was my first
post and needed moderation.
Should I send the patch again? (Trivial stuff,
but I've another doc fix waiting and wanted to
get this right first.)
Thanks.
Karl <kop@meme.com>
Free Software: "You don't pay back, you pay forward."
-- Robert A. Heinlein
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] Cosmetic doc typo fixes to the kwbimage feature docs
2012-07-27 14:52 ` [U-Boot] " Karl O. Pinc
@ 2012-07-30 6:36 ` Prafulla Wadaskar
2012-08-03 5:19 ` Karl O. Pinc
0 siblings, 1 reply; 5+ messages in thread
From: Prafulla Wadaskar @ 2012-07-30 6:36 UTC (permalink / raw)
To: u-boot
> -----Original Message-----
> From: u-boot-bounces at lists.denx.de [mailto:u-boot-
> bounces at lists.denx.de] On Behalf Of Karl O. Pinc
> Sent: 27 July 2012 20:23
> To: u-boot at lists.denx.de
> Subject: Re: [U-Boot] Cosmetic doc typo fixes to the kwbimage feature
> docs
>
> On 07/26/2012 11:15:32 PM, Karl O. Pinc wrote:
> > Hi,
> >
> > I'm looking into the kirkwood docs and found some typos.
> >
> > I'm not proficent in git. If there's a problem with my
> > git-age, or anything else, please let me know.
>
> I used git send-mail to send the above and it sent 2
> emails (?), of which this was the first. The actual
> patch was the second email and it did not show up
> on this list, perhaps because this was my first
> post and needed moderation.
>
> Should I send the patch again? (Trivial stuff,
> but I've another doc fix waiting and wanted to
> get this right first.)
You may send your v2 with this fix.
Please send it first you your email-id just to validate you are sending right patches (before sending on mailing list).
Regards...
Prafulla . . .
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] Cosmetic doc typo fixes to the kwbimage feature docs
2012-07-30 6:36 ` Prafulla Wadaskar
@ 2012-08-03 5:19 ` Karl O. Pinc
0 siblings, 0 replies; 5+ messages in thread
From: Karl O. Pinc @ 2012-08-03 5:19 UTC (permalink / raw)
To: u-boot
On 07/30/2012 01:36:07 AM, Prafulla Wadaskar wrote:
>
>
> > -----Original Message-----
> > From: u-boot-bounces at lists.denx.de [mailto:u-boot-
> > bounces at lists.denx.de] On Behalf Of Karl O. Pinc
> > Sent: 27 July 2012 20:23
> > To: u-boot at lists.denx.de
> > Subject: Re: [U-Boot] Cosmetic doc typo fixes to the kwbimage
> feature
> > docs
> >
> > On 07/26/2012 11:15:32 PM, Karl O. Pinc wrote:
> > > Hi,
> > >
> > > I'm looking into the kirkwood docs and found some typos.
> > >
> > > I'm not proficent in git. If there's a problem with my
> > > git-age, or anything else, please let me know.
> >
> > I used git send-mail to send the above and it sent 2
> > emails (?), of which this was the first. The actual
> > patch was the second email and it did not show up
> > on this list, perhaps because this was my first
> > post and needed moderation.
> >
> > Should I send the patch again? (Trivial stuff,
> > but I've another doc fix waiting and wanted to
> > get this right first.)
>
> You may send your v2 with this fix.
Ok. Sent again. (FYI, the original patch never did
make it to the mailing list but is sitting in patchwork.)
Original version of the patch:
http://patchwork.ozlabs.org/patch/173553/
(Still sitting there with a "New" status.)
The only difference is that now there's a Signed-Off: line.
FYI: I suspect I didn't thread it. And I've probably
put my comments in the wrong place in all 3 of the
patches I've sent so far. I think I see how it
all works now, where to put the commit line,
the longer commit description, and the comments.
(I thought the commit line came out of the subject.
Git put my commit line there, but apparently not
in the right place in the message body.)
Karl <kop@meme.com>
Free Software: "You don't pay back, you pay forward."
-- Robert A. Heinlein
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-08-03 5:19 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-27 4:15 [U-Boot] Cosmetic doc typo fixes to the kwbimage feature docs Karl O. Pinc
2012-07-27 4:15 ` [U-Boot] [PATCH] " Karl O. Pinc
2012-07-27 14:52 ` [U-Boot] " Karl O. Pinc
2012-07-30 6:36 ` Prafulla Wadaskar
2012-08-03 5:19 ` Karl O. Pinc
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox