summaryrefslogtreecommitdiffstats
path: root/flash.h
diff options
context:
space:
mode:
authorCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2009-12-22 13:04:53 +0000
committerCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2009-12-22 13:04:53 +0000
commit63ce4bb0d26046d9de0769502740120f478d86ac (patch)
treebc52cd53bb00d11d140b3a712956a45e68efa133 /flash.h
parent23ebd751ee15c909efe54f75eee2581066185430 (diff)
downloadast2050-flashrom-63ce4bb0d26046d9de0769502740120f478d86ac.zip
ast2050-flashrom-63ce4bb0d26046d9de0769502740120f478d86ac.tar.gz
Clarify comment about how to enter chip erase functions in struct block_eraser
Reported by Sean Nelson. Corresponding to flashrom svn r811. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Diffstat (limited to 'flash.h')
-rw-r--r--flash.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/flash.h b/flash.h
index a7a57d2..11c9d60 100644
--- a/flash.h
+++ b/flash.h
@@ -174,8 +174,8 @@ struct flashchip {
int (*erase) (struct flashchip *flash);
/*
- * Erase blocks and associated erase function. The default entry is a
- * chip-sized virtual block together with the chip erase function.
+ * Erase blocks and associated erase function. Any chip erase function
+ * is stored as chip-sized virtual block together with said function.
*/
struct block_eraser {
struct eraseblock{
OpenPOWER on IntegriCloud