From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Mon, 7 Dec 2015 19:32:24 -0600 Subject: [U-Boot] [PATCH 2/2] atmel_nand: Add 32 bit ecc support for sama5d2 chip In-Reply-To: <1448354042-27066-3-git-send-email-josh.wu@atmel.com> References: <1448354042-27066-1-git-send-email-josh.wu@atmel.com> <1448354042-27066-3-git-send-email-josh.wu@atmel.com> Message-ID: <1449538344.15946.115.camel@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 2015-11-24 at 16:34 +0800, Josh Wu wrote: > Also if minimum ecc requirment is bigger then what we support, then just > use our maxium pmecc support. > But it is not safe, so we'll output a warning about this. > > Signed-off-by: Josh Wu > --- > > drivers/mtd/nand/atmel_nand.c | 10 +++++++++- > 1 file changed, 9 insertions(+), 1 deletion(-) Acked-by: Scott Wood -Scott