From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nikita Kiryanov Date: Thu, 12 Dec 2013 14:05:12 +0200 Subject: [U-Boot] [PATCH 0/2] Introduce CONFIG_NAND_OMAP_SW_ECC_LEGACY, and use it on cm_t35 In-Reply-To: <1386781064-23988-1-git-send-email-nikita@compulab.co.il> References: <1386781064-23988-1-git-send-email-nikita@compulab.co.il> Message-ID: <52A9A678.7040001@compulab.co.il> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de This series is superceded by the following patch: http://patchwork.ozlabs.org/patch/300617/ On 12/11/2013 06:57 PM, Nikita Kiryanov wrote: > Commit "mtd: nand: omap: enable BCH ECC scheme using ELM for generic platform" > (d016dc42cedbf6102e100fa9ecb58462edfb14f8) changed the way software ECC is > configured. The change is not incorrect, but it does cause compatibility issues > for boards that depended on the old behavior. Therefore, instead of reverting > the change, a quirks option is introduced to allow boards to get the old > behavior back. This config option is then used in cm_t35. > > Cc: Igor Grinberg > Cc: Tom Rini > Cc: Scott Wood > Cc: Pekon Gupta > Nikita Kiryanov (2): > arm: omap: nand: introduce CONFIG_NAND_OMAP_SW_ECC_LEGACY > arm: omap: cm_t35: fix nand sw ecc incompatibility with X-Loader > > doc/README.nand | 7 +++++++ > drivers/mtd/nand/omap_gpmc.c | 4 ++++ > include/configs/cm_t35.h | 1 + > 3 files changed, 12 insertions(+) > -- Regards, Nikita.