summaryrefslogtreecommitdiffstats
path: root/flashchips.c
diff options
context:
space:
mode:
Diffstat (limited to 'flashchips.c')
-rw-r--r--flashchips.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/flashchips.c b/flashchips.c
index ac6551041..ad7ecd753 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -525,7 +525,7 @@ const struct flashchip flashchips[] = {
},
.write = write_jedec_1,
.read = read_memmapped,
- .voltage = {3000, 3600} /* 3.0-3.6V for type -70R, others 2.7-3.6V */
+ .voltage = {3000, 3600}, /* 3.0-3.6V for type -70R, others 2.7-3.6V */
},
{
@@ -557,7 +557,7 @@ const struct flashchip flashchips[] = {
},
.write = write_jedec_1,
.read = read_memmapped,
- .voltage = {3000, 3600} /* 3.0-3.6V for type -70R, others 2.7-3.6V */
+ .voltage = {3000, 3600}, /* 3.0-3.6V for type -70R, others 2.7-3.6V */
},
{