mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-30 16:33:41 +02:00
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>
This commit is contained in:
parent
23ebd751ee
commit
63ce4bb0d2
4
flash.h
4
flash.h
@ -174,8 +174,8 @@ struct flashchip {
|
|||||||
int (*erase) (struct flashchip *flash);
|
int (*erase) (struct flashchip *flash);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Erase blocks and associated erase function. The default entry is a
|
* Erase blocks and associated erase function. Any chip erase function
|
||||||
* chip-sized virtual block together with the chip erase function.
|
* is stored as chip-sized virtual block together with said function.
|
||||||
*/
|
*/
|
||||||
struct block_eraser {
|
struct block_eraser {
|
||||||
struct eraseblock{
|
struct eraseblock{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user