diff mbox

[U-Boot,v2] README: Reference nand monitor commands in U-Boot README

Message ID 1344009441-854-1-git-send-email-kop@meme.com
State Accepted
Delegated to: Scott Wood
Headers show

Commit Message

Karl O. Pinc Aug. 3, 2012, 3:57 p.m. UTC
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(-)

Comments

Wolfgang Denk Aug. 7, 2012, 9:09 p.m. UTC | #1
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
Scott Wood Nov. 15, 2012, 10:14 p.m. UTC | #2
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
diff mbox

Patch

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