diff options
| author | Angel Pons <th3fanbus@gmail.com> | 2018-09-30 17:23:03 +0200 | 
|---|---|---|
| committer | Nico Huber <nico.h@gmx.de> | 2018-10-03 11:25:31 +0000 | 
| commit | c748be5f7142b59a8656b51e990fc4990c37e2b2 (patch) | |
| tree | 64f042d4c4337c4745adfd25b679b8cf86428a3c | |
| parent | 20657ce19c0ed4c138997462f57e1aacfb9ef3a5 (diff) | |
| download | flashrom-c748be5f7142b59a8656b51e990fc4990c37e2b2.tar.gz flashrom-c748be5f7142b59a8656b51e990fc4990c37e2b2.tar.bz2 flashrom-c748be5f7142b59a8656b51e990fc4990c37e2b2.zip  | |
flashchips: Mark Eon EN25S40 as tested
As reported by `The_Raven Raven` on the mailing list.
Change-Id: I00f9c6fcf13c486765d0ac4fe06a8b0989b03f91
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/28811
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
| -rw-r--r-- | flashchips.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/flashchips.c b/flashchips.c index aab08706..aa5d9bf1 100644 --- a/flashchips.c +++ b/flashchips.c @@ -5091,7 +5091,7 @@ const struct flashchip flashchips[] = {  		.page_size	= 256,  		/* OTP: 256B total; enter 0x3A */  		.feature_bits	= FEATURE_WRSR_WREN | FEATURE_OTP, -		.tested		= TEST_UNTESTED, +		.tested		= TEST_OK_PREW,  		.probe		= probe_spi_rdid,  		.probe_timing	= TIMING_ZERO,  		.block_erasers	= {  | 
