Author: hailfinger Date: 2009-11-25 18:05:52 +0100 (Wed, 25 Nov 2009) New Revision: 781
Modified: trunk/flashrom.c Log: Clarify a comment about verification routine usage. Signed-off-by: Carl-Daniel Hailfinger <[email protected]> Acked-by: Carl-Daniel Hailfinger <[email protected]> Modified: trunk/flashrom.c =================================================================== --- trunk/flashrom.c 2009-11-25 16:58:17 UTC (rev 780) +++ trunk/flashrom.c 2009-11-25 17:05:52 UTC (rev 781) @@ -407,7 +407,8 @@ } /** - * @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 _______________________________________________ flashrom mailing list [email protected] http://www.flashrom.org/mailman/listinfo/flashrom
