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
commit012a31e201de4eac7635753aefda1067642516eb (patch)
treed10796365625ea9af001cc302cc9f88ec685bc28 /flashchips.c
parent329bde7725819ffcb6c074a453c3e2ae63bb0bc4 (diff)
downloadast2050-flashrom-012a31e201de4eac7635753aefda1067642516eb.zip
ast2050-flashrom-012a31e201de4eac7635753aefda1067642516eb.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