commit | 23290664edd906ebc0b9118489dd49d027a170f2 | [log] [tgz] |
---|---|---|
author | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | Wed Jun 24 08:20:45 2009 +0000 |
committer | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | Wed Jun 24 08:20:45 2009 +0000 |
tree | 41f62df2975f619000f8c69754b13fe129bbec9a | |
parent | 5d1f41857b36fb8632f5d88314e40edd4abc94ef [diff] |
Use correct abstraction for verify_range() The new abstraction can handle out-of-band chip communication protocols as well. The old abstraction caused spurious false positives for erase on SPI and spurious false negatives for verify on SPI. Make verify_flash() use verify_range(). Tested by Uwe on SB600. Corresponding to flashrom svn r629. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>