commit | 012a31e201de4eac7635753aefda1067642516eb | [log] [tgz] |
---|---|---|
author | Sean Nelson <audiohacked@gmail.com> | Tue Jan 19 20:23:26 2010 +0000 |
committer | Sean Nelson <audiohacked@gmail.com> | Tue Jan 19 20:23:26 2010 +0000 |
tree | d10796365625ea9af001cc302cc9f88ec685bc28 | |
parent | 329bde7725819ffcb6c074a453c3e2ae63bb0bc4 [diff] |
Fix SyncMOS S29C51004T, which has 512 uniform 1k sectors Corresponding to flashrom svn r873. Signed-off-by: Sean Nelson <audiohacked@gmail.com> Acked-by: Sean Nelson <audiohacked@gmail.com>
diff --git a/flashchips.c b/flashchips.c index 421927e..32c3514 100644 --- a/flashchips.c +++ b/flashchips.c
@@ -5043,7 +5043,7 @@ .block_erasers = { { - .eraseblocks = { {1 * 1024, 496} }, + .eraseblocks = { {1 * 1024, 512} }, .block_erase = erase_sector_jedec, }, { .eraseblocks = { {512 * 1024, 1} },