Commit 012a31e2 authored by Sean Nelson's avatar Sean Nelson
Browse files

Fix SyncMOS S29C51004T, which has 512 uniform 1k sectors


Corresponding to flashrom svn r873.
Signed-off-by: default avatarSean Nelson <audiohacked@gmail.com>
Acked-by: default avatarSean Nelson <audiohacked@gmail.com>
parent 329bde77
......@@ -5043,7 +5043,7 @@ struct flashchip flashchips[] = {
.block_erasers =
{
{
.eraseblocks = { {1 * 1024, 496} },
.eraseblocks = { {1 * 1024, 512} },
.block_erase = erase_sector_jedec,
}, {
.eraseblocks = { {512 * 1024, 1} },
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment