commit | 5376856ecfdf5f60fc3ef89bc544457c082e69e5 | [log] [tgz] |
---|---|---|
author | Joe Hershberger <joe.hershberger@ni.com> | Wed Aug 22 16:49:45 2012 -0500 |
committer | Scott Wood <scottwood@freescale.com> | Mon Sep 17 17:33:43 2012 -0500 |
tree | 5379f528e5b17be0ac20932f9369a704cd5ab2ef | |
parent | acae4451f0c6f705490d5c2a95676fe20b19a591 [diff] |
nand: Make NAND lock status compatible with Micron 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 <joe.hershberger@ni.com> Signed-off-by: Scott Wood <scottwood@freescale.com>