[flashrom] [commit] r756 - trunk

svn at flashrom.org svn at flashrom.org
Fri Nov 6 19:09:42 CET 2009


Author: hailfinger
Date: 2009-11-06 18:09:42 +0000 (Fri, 06 Nov 2009)
New Revision: 756

Modified:
   trunk/flashchips.c
Log:
Fix incorrect comment in SST49LF004A/B description.

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006 at gmx.net>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006 at gmx.net>


Modified: trunk/flashchips.c
===================================================================
--- trunk/flashchips.c	2009-10-31 01:53:09 UTC (rev 755)
+++ trunk/flashchips.c	2009-11-06 18:09:42 UTC (rev 756)
@@ -2236,7 +2236,7 @@
 				.block_erase = erase_sector_jedec, /* missing unlock */
 			}, {
 				.eraseblocks = { {64 * 1024, 8} },
-				.block_erase = erase_sst_fwhub_block, /* same as erase_sector_block, but with unlock */
+				.block_erase = erase_sst_fwhub_block, /* same as erase_block_jedec, but with unlock */
 			}, {
 				.eraseblocks = { {512 * 1024, 1} },
 				.block_erase = NULL, /* AA 55 80 AA 55 10, only in PP mode */





More information about the flashrom mailing list