diff options
author | Idwer Vollering <vidwer@gmail.com> | 2011-03-07 15:32:58 +0000 |
---|---|---|
committer | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | 2011-03-07 15:32:58 +0000 |
commit | 7913fb425fd94056627665c0c5704729ca64e0f0 (patch) | |
tree | 4f322881271439e1eb2d3b9e7fcb7f67f0e38a60 | |
parent | 4bd8a40143efca793a707723ef1b83574ad17c98 (diff) | |
download | flashrom-7913fb425fd94056627665c0c5704729ca64e0f0.tar.gz flashrom-7913fb425fd94056627665c0c5704729ca64e0f0.tar.bz2 flashrom-7913fb425fd94056627665c0c5704729ca64e0f0.zip |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flashchips.c b/flashchips.c index 23ae8e967..753a094ad 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 = |