diff options
author | Nico Huber <nico.h@gmx.de> | 2018-08-18 12:45:58 +0200 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2018-08-19 10:40:31 +0000 |
commit | c6fe5d83373783973cfa3c0ab8499f05b23da02f (patch) | |
tree | 1edc2ebe199cd1038bd4ce522c8945bf6b3fe926 | |
parent | 5a7f942b2810884d0f6e8c7c677c683f64b1e784 (diff) | |
download | flashrom-c6fe5d83373783973cfa3c0ab8499f05b23da02f.tar.gz flashrom-c6fe5d83373783973cfa3c0ab8499f05b23da02f.tar.bz2 flashrom-c6fe5d83373783973cfa3c0ab8499f05b23da02f.zip |
flashchips: Mark GigaDevice GD25Q512 as tested
As reported by `nvflash` on IRC.
Change-Id: Id3928e3790ddac34645959535e646d552ce5328e
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/28209
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Stefan Tauner <stefan.tauner@gmx.at>
-rw-r--r-- | flashchips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flashchips.c b/flashchips.c index 464e9b5e..1a73ba4f 100644 --- a/flashchips.c +++ b/flashchips.c @@ -6054,7 +6054,7 @@ const struct flashchip flashchips[] = { .total_size = 64, .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 = { |