Re: [U-Boot] [PATCH] NAND: allow custom SW ECC when using nand plat driver

2012-12-20 Thread Chris Kiick
Hi, Thanks for the reply. This is my first patch to u-boot. Any advice is appreciated. Comments in-line below. - Original Message From: Scott Wood scottw...@freescale.com To: Chris Kiick cki...@att.net Cc: u-boot@lists.denx.de Sent: Wed, December 19, 2012 1:02:52 PM Subject

Re: [U-Boot] [PATCH] NAND: allow custom SW ECC when using nand plat driver

2012-12-20 Thread Chris Kiick
in the README? What do I do to withdraw the patch? Or does it just get bounced out of the queue. Thanks for the help, -- Chris J. Kiick ch...@kiicks.net - Original Message From: Scott Wood scottw...@freescale.com To: Chris Kiick cki...@att.net Cc: u-boot@lists.denx.de Sent: Wed

[U-Boot] [PATCH] NAND: allow custom SW ECC when using nand plat driver

2012-12-18 Thread Chris Kiick
Allow boards to set their own ECC layouts and functions in NAND_PLAT_INIT without being stomped on by nand_base.c intialization. Signed-off-by: ckiick chris at kiicks.net --- drivers/mtd/nand/nand_base.c | 11 +++ drivers/mtd/nand/nand_plat.c |4 ++-- include/configs/qong.h |