From patchwork Wed Oct 12 05:34:07 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Heiko Schocher X-Patchwork-Id: 119146 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 52BE1B6F65 for ; Wed, 12 Oct 2011 16:34:19 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B129F2874B; Wed, 12 Oct 2011 07:34:15 +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 nJ9X651V0mxt; Wed, 12 Oct 2011 07:34:15 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id AAFDA28755; Wed, 12 Oct 2011 07:34:13 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 56BFD28755 for ; Wed, 12 Oct 2011 07:34:11 +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 C8KDYGVGSt7O for ; Wed, 12 Oct 2011 07:34:10 +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 pollux.denx.de (host-82-135-33-74.customer.m-online.net [82.135.33.74]) by theia.denx.de (Postfix) with ESMTP id 2524D2874B for ; Wed, 12 Oct 2011 07:34:08 +0200 (CEST) Received: by pollux.denx.de (Postfix, from userid 515) id 39E87F0A; Wed, 12 Oct 2011 07:34:08 +0200 (CEST) From: Heiko Schocher To: u-boot@lists.denx.de Date: Wed, 12 Oct 2011 07:34:07 +0200 Message-Id: <1318397647-10601-1-git-send-email-hs@denx.de> X-Mailer: git-send-email 1.7.6.2 Cc: Scott Wood , Heiko Schocher Subject: [U-Boot] [PATCH] arm, doc: add CONFIG_SYS_NAND_4BIT_HW_ECC_OOBFIRST documentation X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.9 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 Signed-off-by: Heiko Schocher Cc: Paulraj Sandeep Cc: Scott Wood --- README | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/README b/README index 0868531..f6fa2c1 100644 --- a/README +++ b/README @@ -3075,6 +3075,10 @@ Low Level (hardware related) configuration options: - CONFIG_SYS_SRIOn_MEM_SIZE: Size of SRIO port 'n' memory region +- CONFIG_SYS_NAND_4BIT_HW_ECC_OOBFIRST + enable 4bit ECC hardware calculation algorithm, used on + davinci soc. + - CONFIG_SYS_NDFC_16 Defined to tell the NDFC that the NAND chip is using a 16 bit bus.