[U-Boot] Possible bug in NAND driver

Scott Wood scottwood at freescale.com
Thu Jul 16 19:46:13 CEST 2009


On Mon, Jul 13, 2009 at 02:34:42PM -0500, Paulraj, Sandeep wrote:
> I see that changing
> 
> if (rval != 0)
> 
> 
> to
> 
> if (rval != 0 && rval != -EUCLEAN )
> 
> 
> solves the problem.
> 
> I can submit a patch if required.

Yes, please submit a patch.  Thanks!

-Scott


More information about the U-Boot mailing list