mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-28 23:43: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:
parent
bca6aa134b
commit
faaa2b235d
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user