[flashrom] [commit] r873 - trunk

svn at flashrom.org svn at flashrom.org
Tue Jan 19 21:23:27 CET 2010


Author: snelson
Date: 2010-01-19 21:23:26 +0100 (Tue, 19 Jan 2010)
New Revision: 873

Modified:
   trunk/flashchips.c
Log:
Fix SyncMOS S29C51004T, which has 512 uniform 1k sectors.
Signed-off-by: Sean Nelson <audiohacked at gmail.com>
Acked-by: Sean Nelson <audiohacked at gmail.com>



Modified: trunk/flashchips.c
===================================================================
--- trunk/flashchips.c	2010-01-19 16:39:19 UTC (rev 872)
+++ trunk/flashchips.c	2010-01-19 20:23:26 UTC (rev 873)
@@ -5043,7 +5043,7 @@
 		.block_erasers	=
 		{
 			{
-				.eraseblocks = { {1 * 1024, 496} },
+				.eraseblocks = { {1 * 1024, 512} },
 				.block_erase = erase_sector_jedec,
 			}, {
 				.eraseblocks = { {512 * 1024, 1} },





More information about the flashrom mailing list