commit | 3a25fea9e7726109df0c09aaacefb446ab1a9d0d | [log] [tgz] |
---|---|---|
author | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | Sun Jun 20 11:02:33 2010 +0000 |
committer | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | Sun Jun 20 11:02:33 2010 +0000 |
tree | 7e0d39872f7c96eec1cc3be521eb99b33ac91fd2 | |
parent | 1b0ba893529cf93ae54b91607d93d3ad49c259e5 [diff] |
The SPI opcode 0xd8 is not a chip erase opcode on any chip out there Besides that, the function as implemented just walks the chip and ignores sector sizes. Sector erase with SPI opcode 0xd8 is of course still supported. Kill a declaration for a nonexisting function while we're at it. Corresponding to flashrom svn r1054. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Sean Nelson <audiohacked@gmail.com>