diff options
| author | Angel Pons <th3fanbus@gmail.com> | 2018-09-30 19:13:15 +0200 | 
|---|---|---|
| committer | Nico Huber <nico.h@gmx.de> | 2018-10-03 11:48:57 +0000 | 
| commit | 8b5b9627822a41acb264d2e11a19bed36f07fd4e (patch) | |
| tree | d1e44aee6edc50005e273d787633b2d66f6d3c23 | |
| parent | 471da8334578e3d880f7cef3fc07b087188279ea (diff) | |
| download | flashrom-8b5b9627822a41acb264d2e11a19bed36f07fd4e.tar.gz flashrom-8b5b9627822a41acb264d2e11a19bed36f07fd4e.tar.bz2 flashrom-8b5b9627822a41acb264d2e11a19bed36f07fd4e.zip  | |
flashchips: Mark Atmel AT25DF161 as tested
As per Konstantin on 2018-06-08 via mailing list.
Change-Id: I75fb4b17cf330451489811ae9303cbb33ebcb183
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/28814
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 e5f78aae..c50fd307 100644 --- a/flashchips.c +++ b/flashchips.c @@ -1679,7 +1679,7 @@ const struct flashchip flashchips[] = {  		.total_size	= 2048,  		.page_size	= 256,  		.feature_bits	= FEATURE_WRSR_WREN, -		.tested		= TEST_OK_PROBE, +		.tested		= TEST_OK_PREW,  		.probe		= probe_spi_rdid,  		.probe_timing	= TIMING_ZERO,  		.block_erasers	=  | 
