summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhailfinger <hailfinger@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2011-03-07 15:32:58 +0000
committerhailfinger <hailfinger@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2011-03-07 15:32:58 +0000
commit00848e4f8d07b43564023a83a264a06c55760f0d (patch)
tree4f322881271439e1eb2d3b9e7fcb7f67f0e38a60
parent51a22747953ab490b4baaec647559922f3aba30d (diff)
downloadflashrom-00848e4f8d07b43564023a83a264a06c55760f0d.tar.gz
Fix broken compilation caused by a typo in r1275.
Signed-off-by: Idwer Vollering <vidwer@gmail.com> Acked-by: Idwer Vollering <vidwer@gmail.com> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@1277 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-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 =