diff options
| author | Angel Pons <th3fanbus@gmail.com> | 2018-09-30 20:09:58 +0200 | 
|---|---|---|
| committer | Nico Huber <nico.h@gmx.de> | 2018-10-03 11:52:49 +0000 | 
| commit | f5822a8b9a0dfc1ca25b1c88f0162a362b1d585e (patch) | |
| tree | 7ff4672ccfe023088b9d23019910f8ef871e12ef | |
| parent | bce364ca7873196714ff54314049e23a2feee62c (diff) | |
| download | flashrom-f5822a8b9a0dfc1ca25b1c88f0162a362b1d585e.tar.gz flashrom-f5822a8b9a0dfc1ca25b1c88f0162a362b1d585e.tar.bz2 flashrom-f5822a8b9a0dfc1ca25b1c88f0162a362b1d585e.zip  | |
flashchips: Mark PMC Pm25LD020 as tested
As per `The_Raven Raven` on the mailing list.
Change-Id: I16d5a207599b434fe52b42709e42f1f32a8e6698
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/28820
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 45a392f4..4337fba1 100644 --- a/flashchips.c +++ b/flashchips.c @@ -10809,7 +10809,7 @@ const struct flashchip flashchips[] = {  		.total_size	= 256,  		.page_size	= 256,  		.feature_bits	= FEATURE_WRSR_WREN, -		.tested		= TEST_UNTESTED, +		.tested		= TEST_OK_PREW,  		.probe		= probe_spi_rdid,  		.probe_timing	= TIMING_ZERO,  		.block_erasers	=  | 
