summaryrefslogtreecommitdiffstats
path: root/flash.h
diff options
context:
space:
mode:
authorCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2010-02-11 23:03:53 +0000
committerCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2010-02-11 23:03:53 +0000
commit48f1d73b5fc50a909f741d68119bcf02a8f2c331 (patch)
tree4c361bedb14d17961dbc58024e3a27c5fb40ce63 /flash.h
parentf15e1abbaade215dd0318de881361a21f39ed9a6 (diff)
downloadast2050-flashrom-48f1d73b5fc50a909f741d68119bcf02a8f2c331.zip
ast2050-flashrom-48f1d73b5fc50a909f741d68119bcf02a8f2c331.tar.gz
At long last, the day has come, and we can bury full-chip erase once and for all
Back in November 2008(!) I proposed the first version of the flexible sector-based erase structure, and now we can finally rip out the old full-chip erase code without ill effects. Rejoice and party! Thanks to everyone who made this possible, especially to Sean Nelson who converted the majority of flash chips to sector erase. Corresponding to flashrom svn r895. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Sean Nelson <audiohacked@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 d8f02bb..9238c2a 100644
--- a/flash.h
+++ b/flash.h
@@ -191,7 +191,6 @@ struct flashchip {
/* Delay after "enter/exit ID mode" commands in microseconds. */
int probe_timing;
- int (*erase) (struct flashchip *flash);
/*
* Erase blocks and associated erase function. Any chip erase function
OpenPOWER on IntegriCloud