summaryrefslogtreecommitdiffstats
path: root/flashchips.c
diff options
context:
space:
mode:
authorSean Nelson <audiohacked@gmail.com>2010-01-19 20:23:26 +0000
committerSean Nelson <audiohacked@gmail.com>2010-01-19 20:23:26 +0000
commitf3d9b433c9747d6308e55a6f0022600a60a61eba (patch)
treed10796365625ea9af001cc302cc9f88ec685bc28 /flashchips.c
parent8d1585ef2c0340887f785f36971b23625563d606 (diff)
downloadflashrom-f3d9b433c9747d6308e55a6f0022600a60a61eba.zip
flashrom-f3d9b433c9747d6308e55a6f0022600a60a61eba.tar.gz
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>
Diffstat (limited to 'flashchips.c')
-rw-r--r--flashchips.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/flashchips.c b/flashchips.c
index 421927e..32c3514 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -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} },
OpenPOWER on IntegriCloud