commit | 328357f0efc7a4fb9d824cf7ef74f721fd1138a3 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Thu May 24 21:58:45 2018 +0200 |
committer | Jagan Teki <jagan@amarulasolutions.com> | Thu Jun 28 19:58:40 2018 +0530 |
tree | ccb99901b454aad9a7f99761ebc921b2dcbb9156 | |
parent | 202f9a4c8136a019227730492110f06920926613 [diff] |
sf: Enable FSR polling on N25Q256(A) The N25Q256(A) datasheet clearly states that this device does have a Flag Status Register and does update FSR PEC bit 7 during Program and Erase cycles to indicate the cycle is in progress. Enable the FSR PEC bit polling on this device to prevent data corruption. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Jagan Teki <jagan@openedev.com> Cc: Tom Rini <trini@konsulko.com>