commit | 069b746ad9e66ab75973020f992e059c06cf3a7c | [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 | c0eaffa03959a97e6c139ea023e4041170e105e6 [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>