summaryrefslogtreecommitdiffstats
path: root/flashrom.c
diff options
context:
space:
mode:
authorCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2009-11-25 17:05:52 +0000
committerCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2009-11-25 17:05:52 +0000
commitd0250a3afdda528d1327c8c714e470706e1ea300 (patch)
tree0b8b9034ffca147ff55d26f3ded1224513bea0d4 /flashrom.c
parentb7e01457d12b64d98b0396f95e46489c02209982 (diff)
downloadast2050-flashrom-d0250a3afdda528d1327c8c714e470706e1ea300.zip
ast2050-flashrom-d0250a3afdda528d1327c8c714e470706e1ea300.tar.gz
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>
Diffstat (limited to 'flashrom.c')
-rw-r--r--flashrom.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/flashrom.c b/flashrom.c
index fffedd6..64a6835 100644
--- a/flashrom.c
+++ b/flashrom.c
@@ -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
* @len length of the verified area
* @message string to print in the "FAILED" message
OpenPOWER on IntegriCloud