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 <[email protected]>
Acked-by: Sean Nelson <[email protected]>



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} },


_______________________________________________
flashrom mailing list
[email protected]
http://www.flashrom.org/mailman/listinfo/flashrom

Reply via email to