public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] cosmetic: Reference nand monitor commands in U-Boot README
@ 2012-08-03  3:09 Karl O. Pinc
  2012-08-03 15:57 ` [U-Boot] [PATCH v2] README: " Karl O. Pinc
  0 siblings, 1 reply; 4+ messages in thread
From: Karl O. Pinc @ 2012-08-03  3:09 UTC (permalink / raw)
  To: u-boot


Signed-off-by: Karl O. Pinc <kop@meme.com>
---
 README |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/README b/README
index fb9d904..6bb5992 100644
--- a/README
+++ b/README
@@ -3725,6 +3725,7 @@ saveenv - save environment variables to persistent storage
 protect - enable or disable FLASH write protection
 erase	- erase FLASH memory
 flinfo	- print FLASH memory information
+nand	- NAND memory operations (see doc/README.nand)
 bdinfo	- print Board Info structure
 iminfo	- print header information for application image
 coninfo - print console devices and informations
-- 
1.7.2.5

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH v2] README: Reference nand monitor commands in U-Boot README
  2012-08-03  3:09 [U-Boot] [PATCH] cosmetic: Reference nand monitor commands in U-Boot README Karl O. Pinc
@ 2012-08-03 15:57 ` Karl O. Pinc
  2012-08-07 21:09   ` Wolfgang Denk
  2012-11-15 22:14   ` [U-Boot] [U-Boot, " Scott Wood
  0 siblings, 2 replies; 4+ messages in thread
From: Karl O. Pinc @ 2012-08-03 15:57 UTC (permalink / raw)
  To: u-boot

Reference nand monitor commands in U-Boot README

Signed-off-by: Karl O. Pinc <kop@meme.com>
---
Resend of patch to ease review/commit process.

Changes for v2:
  - include a commit message
  - Change message subject to "README:" instead of "cosmetic:"

 README |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/README b/README
index fb9d904..6bb5992 100644
--- a/README
+++ b/README
@@ -3725,6 +3725,7 @@ saveenv - save environment variables to persistent storage
 protect - enable or disable FLASH write protection
 erase	- erase FLASH memory
 flinfo	- print FLASH memory information
+nand	- NAND memory operations (see doc/README.nand)
 bdinfo	- print Board Info structure
 iminfo	- print header information for application image
 coninfo - print console devices and informations
-- 
1.7.2.5

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH v2] README: Reference nand monitor commands in U-Boot README
  2012-08-03 15:57 ` [U-Boot] [PATCH v2] README: " Karl O. Pinc
@ 2012-08-07 21:09   ` Wolfgang Denk
  2012-11-15 22:14   ` [U-Boot] [U-Boot, " Scott Wood
  1 sibling, 0 replies; 4+ messages in thread
From: Wolfgang Denk @ 2012-08-07 21:09 UTC (permalink / raw)
  To: u-boot

Dear "Karl O. Pinc",

In message <1344009441-854-1-git-send-email-kop@meme.com> you wrote:
> Reference nand monitor commands in U-Boot README
> 
> Signed-off-by: Karl O. Pinc <kop@meme.com>
> ---
> Resend of patch to ease review/commit process.
> 
> Changes for v2:
>   - include a commit message
>   - Change message subject to "README:" instead of "cosmetic:"
> 
>  README |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/README b/README
> index fb9d904..6bb5992 100644
> --- a/README
> +++ b/README
> @@ -3725,6 +3725,7 @@ saveenv - save environment variables to persistent storage
>  protect - enable or disable FLASH write protection
>  erase	- erase FLASH memory
>  flinfo	- print FLASH memory information
> +nand	- NAND memory operations (see doc/README.nand)
>  bdinfo	- print Board Info structure
>  iminfo	- print header information for application image
>  coninfo - print console devices and informations

While we are at it - can we please sort this list, as recent versions
of U-Boot would do?

Thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
If I ever needed a brain transplant, I'd choose a teenager's  because
I'd want a brain that had never been used.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [U-Boot, v2] README: Reference nand monitor commands in U-Boot README
  2012-08-03 15:57 ` [U-Boot] [PATCH v2] README: " Karl O. Pinc
  2012-08-07 21:09   ` Wolfgang Denk
@ 2012-11-15 22:14   ` Scott Wood
  1 sibling, 0 replies; 4+ messages in thread
From: Scott Wood @ 2012-11-15 22:14 UTC (permalink / raw)
  To: u-boot

On Fri, Aug 03, 2012 at 05:57:21AM -0000, Karl O. Pinc wrote:
> Reference nand monitor commands in U-Boot README
> 
> Signed-off-by: Karl O. Pinc <kop@meme.com>
> 
> ---
> Resend of patch to ease review/commit process.
> 
> Changes for v2:
>   - include a commit message
>   - Change message subject to "README:" instead of "cosmetic:"
> 
>  README |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)

Applied to u-boot-nand-flash

-Scott

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-11-15 22:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-03  3:09 [U-Boot] [PATCH] cosmetic: Reference nand monitor commands in U-Boot README Karl O. Pinc
2012-08-03 15:57 ` [U-Boot] [PATCH v2] README: " Karl O. Pinc
2012-08-07 21:09   ` Wolfgang Denk
2012-11-15 22:14   ` [U-Boot] [U-Boot, " Scott Wood

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox