1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-27 23:22:37 +02:00

Fix a quilt introduced bug in patch

Corresponding to flashrom svn r526.

Signed-off-by: Rudolf Marek <r.marek@assembler.cz>
Self-Acked-by: Rudolf Marek <r.marek@assembler.cz>
This commit is contained in:
Rudolf Marek 2009-05-17 18:24:24 +00:00
parent 50fdf3b75b
commit e186da6b15

View File

@ -1403,7 +1403,7 @@ struct flashchip flashchips[] = {
.model_id = SST_39VF512,
.total_size = 64,
.page_size = 4096,
.tested = TEST_UNTESTED,
.tested = TEST_OK_PREW,
.probe = probe_jedec,
.erase = erase_chip_jedec,
.write = write_49f002,