Commit 7913fb42 authored by Idwer Vollering's avatar Idwer Vollering Committed by Carl-Daniel Hailfinger
Browse files

Fix broken compilation caused by a typo in r1275


Corresponding to flashrom svn r1277.
Signed-off-by: default avatarIdwer Vollering <vidwer@gmail.com>
Acked-by: default avatarIdwer Vollering <vidwer@gmail.com>
parent 4bd8a401
......@@ -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 =
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment