diff options
| author | Angel Pons <th3fanbus@gmail.com> | 2018-09-30 20:23:24 +0200 | 
|---|---|---|
| committer | Nico Huber <nico.h@gmx.de> | 2018-10-03 11:55:17 +0000 | 
| commit | 05127bf4a4a235bbd8f82d655334c4cf35651c24 (patch) | |
| tree | e43a6ef233c41c96709fe1884aaf8414ea4b96a6 | |
| parent | ce2c09d80f98ca19247c0f9bd34a8e1a5fc687a6 (diff) | |
| download | flashrom-05127bf4a4a235bbd8f82d655334c4cf35651c24.tar.gz flashrom-05127bf4a4a235bbd8f82d655334c4cf35651c24.tar.bz2 flashrom-05127bf4a4a235bbd8f82d655334c4cf35651c24.zip  | |
flashchips: Mark PMC Pm25LD040 as tested
As per `The_Raven Raven` on the mailing list.
Change-Id: Ied8d07c54f8a222dbe05503f859f82bba27d8336
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/28823
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 fde7beaa..dcba4270 100644 --- a/flashchips.c +++ b/flashchips.c @@ -10847,7 +10847,7 @@ const struct flashchip flashchips[] = {  		.total_size	= 512,  		.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	=  | 
