summaryrefslogtreecommitdiffstats
path: root/flash.h
diff options
context:
space:
mode:
authorCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2009-08-10 02:29:21 +0000
committerCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2009-08-10 02:29:21 +0000
commit116081a224c3b36a4a7d940cfdb1dac1ba35fc75 (patch)
treee82fbd5e39ffa638a9f56d93e90f0f520d392a53 /flash.h
parentdb41c59e3ba625659e397675384b08b4ec967fe6 (diff)
downloadast2050-flashrom-116081a224c3b36a4a7d940cfdb1dac1ba35fc75.zip
ast2050-flashrom-116081a224c3b36a4a7d940cfdb1dac1ba35fc75.tar.gz
Replace remaining explicit erases in SPI programmer drivers with auto-erases
Some SPI chip drivers and the generic 1-byte SPI chip write functions didn't include the automatic erase present in other chip drivers. Since the majority is definitely auto-erase, change the remaining explicit-erase cases to be auto-erase as well. Corresponding to flashrom svn r673. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Carlos Arnau Perez <cemede@gmail.com>
Diffstat (limited to 'flash.h')
-rw-r--r--flash.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/flash.h b/flash.h
index e4f60c4..7383b5d 100644
--- a/flash.h
+++ b/flash.h
@@ -505,7 +505,6 @@ int it87xx_probe_spi_flash(const char *name);
int it8716f_spi_send_command(unsigned int writecnt, unsigned int readcnt,
const unsigned char *writearr, unsigned char *readarr);
int it8716f_spi_chip_read(struct flashchip *flash, uint8_t *buf, int start, int len);
-int it8716f_spi_chip_write_1(struct flashchip *flash, uint8_t *buf);
int it8716f_spi_chip_write_256(struct flashchip *flash, uint8_t *buf);
/* sb600spi.c */
OpenPOWER on IntegriCloud