summaryrefslogtreecommitdiffstats
path: root/print_wiki.c
diff options
context:
space:
mode:
Diffstat (limited to 'print_wiki.c')
-rw-r--r--print_wiki.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/print_wiki.c b/print_wiki.c
index 8b13f7043..6c40ec62c 100644
--- a/print_wiki.c
+++ b/print_wiki.c
@@ -201,7 +201,7 @@ static void print_supported_boards_wiki(void)
static void print_supported_chips_wiki(int cols)
{
int i = 0, c = 1, chipcount = 0;
- struct flashchip *f, *old = NULL;
+ const struct flashchip *f, *old = NULL;
uint32_t t;
for (f = flashchips; f->name != NULL; f++)