summaryrefslogtreecommitdiffstats
path: root/flashchips.c
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2011-08-25 22:54:23 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2011-08-25 22:54:23 +0000
commit09ebd52e01af15466ef08ce240f6c760e27af79c (patch)
tree7e6651530d6498e1938e24010628afc0f3179b34 /flashchips.c
parentfca3b012dae98c852e2dd492b191e2cecf728583 (diff)
downloadast2050-flashrom-09ebd52e01af15466ef08ce240f6c760e27af79c.zip
ast2050-flashrom-09ebd52e01af15466ef08ce240f6c760e27af79c.tar.gz
Mark the AMD Am29LV008BB chip as fully tested
Thanks Mattias Mattsson <vitplister@gmail.com> for the report. http://www.flashrom.org/pipermail/flashrom/2011-July/007423.html Corresponding to flashrom svn r1421. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
Diffstat (limited to 'flashchips.c')
-rw-r--r--flashchips.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/flashchips.c b/flashchips.c
index d7a1b9b..7e7f47d 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -428,7 +428,7 @@ const struct flashchip flashchips[] = {
.total_size = 1024,
.page_size = 64 * 1024, /* unused */
.feature_bits = FEATURE_ADDR_2AA | FEATURE_SHORT_RESET,
- .tested = TEST_UNTESTED,
+ .tested = TEST_OK_PREW,
.probe = probe_jedec,
.probe_timing = TIMING_ZERO,
.block_erasers =
OpenPOWER on IntegriCloud