Commit 63ce4bb0 authored by Carl-Daniel Hailfinger's avatar Carl-Daniel Hailfinger
Browse files

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: default avatarCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Acked-by: default avatarCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
parent 23ebd751
......@@ -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{
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment