1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-28 15:33:42 +02:00

Eon EN25F40: Probe is tested

Thanks to Wangji for testing and pointing out that EN25* chips were
unsupported, which was handled in r580 and r592.

Corresponding to flashrom svn r619.

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
This commit is contained in:
Carl-Daniel Hailfinger 2009-06-22 10:06:28 +00:00
parent bca6aa134b
commit faaa2b235d

View File

@ -993,7 +993,7 @@ struct flashchip flashchips[] = {
.model_id = EN_25F40, .model_id = EN_25F40,
.total_size = 512, .total_size = 512,
.page_size = 256, .page_size = 256,
.tested = TEST_UNTESTED, .tested = TEST_OK_PROBE,
.probe = probe_spi_rdid, .probe = probe_spi_rdid,
.probe_timing = TIMING_ZERO, .probe_timing = TIMING_ZERO,
.erase = spi_chip_erase_60_c7, .erase = spi_chip_erase_60_c7,