Re: [U-Boot] [PATCH v2 4/4] nand: Make NAND lock status compatible with Micron

2012-09-17 Thread Scott Wood
On Wed, Aug 22, 2012 at 04:49:45PM -0500, Joe Hershberger wrote: > Micron NAND flash (e.g. MT29F4G08ABADAH4) BLOCK LOCK READ STATUS is not > the same as others. Instead of bit 1 being lock, it is #lock_tight. > To make the driver support either format, ignore bit 1 and use only > bit 0 and bit 2.

[U-Boot] [PATCH v2 4/4] nand: Make NAND lock status compatible with Micron

2012-08-22 Thread Joe Hershberger
Micron NAND flash (e.g. MT29F4G08ABADAH4) BLOCK LOCK READ STATUS is not the same as others. Instead of bit 1 being lock, it is #lock_tight. To make the driver support either format, ignore bit 1 and use only bit 0 and bit 2. Signed-off-by: Joe Hershberger --- Changes in v2: - Added comment about