Author: hailfinger
Date: 2009-12-22 14:04:53 +0100 (Tue, 22 Dec 2009)
New Revision: 811

Modified:
   trunk/flash.h
Log:
Clarify comment about how to enter chip erase functions in
struct block_eraser.
Reported by Sean Nelson.

Signed-off-by: Carl-Daniel Hailfinger <[email protected]>
Acked-by: Carl-Daniel Hailfinger <[email protected]>


Modified: trunk/flash.h
===================================================================
--- trunk/flash.h       2009-12-22 13:04:13 UTC (rev 810)
+++ trunk/flash.h       2009-12-22 13:04:53 UTC (rev 811)
@@ -174,8 +174,8 @@
        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{


_______________________________________________
flashrom mailing list
[email protected]
http://www.flashrom.org/mailman/listinfo/flashrom

Reply via email to