mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-30 16:33:41 +02:00
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>
This commit is contained in:
parent
4bd8a40143
commit
7913fb425f
@ -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 =
|
||||
|
Loading…
x
Reference in New Issue
Block a user