1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-30 00:13:43 +02:00

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>
This commit is contained in:
Sean Nelson 2010-01-19 20:23:26 +00:00
parent 329bde7725
commit 012a31e201

View File

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