summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIdwer Vollering <vidwer@gmail.com>2011-03-07 15:32:58 +0000
committerCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2011-03-07 15:32:58 +0000
commit7913fb425fd94056627665c0c5704729ca64e0f0 (patch)
tree4f322881271439e1eb2d3b9e7fcb7f67f0e38a60
parent4bd8a40143efca793a707723ef1b83574ad17c98 (diff)
downloadast2050-flashrom-7913fb425fd94056627665c0c5704729ca64e0f0.zip
ast2050-flashrom-7913fb425fd94056627665c0c5704729ca64e0f0.tar.gz
Fix broken compilation caused by a typo in r1275
Corresponding to flashrom svn r1277. Signed-off-by: Idwer Vollering <vidwer@gmail.com> Acked-by: Idwer Vollering <vidwer@gmail.com>
-rw-r--r--flashchips.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/flashchips.c b/flashchips.c
index 23ae8e9..753a094 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -5567,7 +5567,7 @@ struct flashchip flashchips[] = {
.total_size = 64,
.page_size = 4096,
.feature_bits = FEATURE_EITHER_RESET,
- .tested = TEST_PREW,
+ .tested = TEST_OK_PREW,
.probe = probe_jedec,
.probe_timing = 1, /* 150 ns */
.block_erasers =
OpenPOWER on IntegriCloud