Re: [U-Boot] [PATCH 1/3] mtd/NAND: Add FSMC driver support

2012-03-05 Thread Scott Wood
On 03/02/2012 05:16 AM, Amit Virdi wrote: > Hello Scott, > > On 3/2/2012 2:57 AM, Scott Wood wrote: >> On 02/27/2012 03:38 AM, Amit Virdi wrote: >>> +/* >>> + * This is a temporary erase check. A newly erased page read >>> + * would result in an ecc error because the oob da

Re: [U-Boot] [PATCH 1/3] mtd/NAND: Add FSMC driver support

2012-03-02 Thread Amit Virdi
Hello Scott, On 3/2/2012 2:57 AM, Scott Wood wrote: On 02/27/2012 03:38 AM, Amit Virdi wrote: + /* +* This is a temporary erase check. A newly erased page read +* would result in an ecc error because the oob data is also +* erased to

Re: [U-Boot] [PATCH 1/3] mtd/NAND: Add FSMC driver support

2012-03-01 Thread Scott Wood
On 02/27/2012 03:38 AM, Amit Virdi wrote: > + /* > + * This is a temporary erase check. A newly erased page read > + * would result in an ecc error because the oob data is also > + * erased to FF and the calculated ecc for an FF data is not > +