1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-28 23:43:42 +02:00

Clarify a comment about verification routine usage

Corresponding to flashrom svn r781.

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:
Carl-Daniel Hailfinger 2009-11-25 17:05:52 +00:00
parent b7e01457d1
commit d0250a3afd

View File

@ -407,7 +407,8 @@ int check_erased_range(struct flashchip *flash, int start, int len)
} }
/** /**
* @cmpbuf buffer to compare against * @cmpbuf buffer to compare against, cmpbuf[0] is expected to match the
flash content at location start
* @start offset to the base address of the flash chip * @start offset to the base address of the flash chip
* @len length of the verified area * @len length of the verified area
* @message string to print in the "FAILED" message * @message string to print in the "FAILED" message