From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Wed, 19 Dec 2012 15:46:36 -0600 Subject: [U-Boot] [PATCH] NAND: allow custom SW ECC when using nand plat driver In-Reply-To: <1355953203.12062.9@snotra> (from scottwood@freescale.com on Wed Dec 19 15:40:03 2012) References: <1355951779.86332.YahooMailRC@web185005.mail.gq1.yahoo.com> <1355953203.12062.9@snotra> Message-ID: <1355953596.12062.10@snotra> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 12/19/2012 03:40:03 PM, Scott Wood wrote: >> I seem to see other nand drivers setting up ecc >> layouts and then calling nand_scan_tail(), I'm not sure how they >> are getting >> around this. > > They don't use NAND_ECC_SOFT. Wait, just layout, not algorithm? How is that a problem with either NAND_ECC_SOFT or nand plat? -Scott