From patchwork Fri Aug 3 15:57:21 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Karl O. Pinc" X-Patchwork-Id: 175008 X-Patchwork-Delegate: scottwood@freescale.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id A4F442C0093 for ; Sat, 4 Aug 2012 01:57:44 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 284C628095; Fri, 3 Aug 2012 17:57:43 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AzzNYBpeHUw6; Fri, 3 Aug 2012 17:57:42 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 22BD328096; Fri, 3 Aug 2012 17:57:41 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 4404528096 for ; Fri, 3 Aug 2012 17:57:39 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id q2s0A8jGCd0i for ; Fri, 3 Aug 2012 17:57:37 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from smtp.meme.com (janus.meme.com [69.17.73.118]) by theia.denx.de (Postfix) with ESMTP id 84F7928095 for ; Fri, 3 Aug 2012 17:57:36 +0200 (CEST) Received: by smtp.meme.com (Postfix, from userid 1001) id 75599A413; Fri, 3 Aug 2012 10:57:35 -0500 (CDT) Received: from mofo.meme.com (unknown [192.168.1.2]) by smtp.meme.com (Postfix) with ESMTP id 8E63EA39D for ; Fri, 3 Aug 2012 10:57:34 -0500 (CDT) Received: by mofo.meme.com (Postfix, from userid 1000) id 2282D43C41; Fri, 3 Aug 2012 10:57:34 -0500 (CDT) From: "Karl O. Pinc" To: u-boot@lists.denx.de Date: Fri, 3 Aug 2012 10:57:21 -0500 Message-Id: <1344009441-854-1-git-send-email-kop@meme.com> X-Mailer: git-send-email 1.7.2.5 In-Reply-To: <1343963398-12403-1-git-send-email-kop@meme.com> References: <1343963398-12403-1-git-send-email-kop@meme.com> Subject: [U-Boot] [PATCH v2] README: Reference nand monitor commands in U-Boot README X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de Reference nand monitor commands in U-Boot README Signed-off-by: Karl O. Pinc --- 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