diff options
| author | Angel Pons <th3fanbus@gmail.com> | 2018-09-30 20:22:02 +0200 | 
|---|---|---|
| committer | Nico Huber <nico.h@gmx.de> | 2018-10-03 11:55:04 +0000 | 
| commit | ce2c09d80f98ca19247c0f9bd34a8e1a5fc687a6 (patch) | |
| tree | 2420bf3300c54b98f732d9367dcbd50d13bc530f | |
| parent | f5822a8b9a0dfc1ca25b1c88f0162a362b1d585e (diff) | |
| download | flashrom-ce2c09d80f98ca19247c0f9bd34a8e1a5fc687a6.tar.gz flashrom-ce2c09d80f98ca19247c0f9bd34a8e1a5fc687a6.tar.bz2 flashrom-ce2c09d80f98ca19247c0f9bd34a8e1a5fc687a6.zip  | |
flashchips: Mark Sanyo LE25FU406C as tested
As per `The_Raven Raven` on the mailing list.
Change-Id: I1dba38d03c826a53bff3ddad0aa536032c5532a1
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/28822
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 4337fba1..fde7beaa 100644 --- a/flashchips.c +++ b/flashchips.c @@ -11655,7 +11655,7 @@ const struct flashchip flashchips[] = {  		.total_size	= 512,  		.page_size	= 256,  		.feature_bits	= FEATURE_WRSR_WREN, -		.tested		= TEST_OK_PR, +		.tested		= TEST_OK_PREW,  		.probe		= probe_spi_rdid,  		.probe_timing	= TIMING_ZERO,  		.block_erasers	= {  | 
