aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/w600.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/flash/nor/w600.c')
-rw-r--r--src/flash/nor/w600.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flash/nor/w600.c b/src/flash/nor/w600.c
index 3d37616..3a6f3ff 100644
--- a/src/flash/nor/w600.c
+++ b/src/flash/nor/w600.c
@@ -376,7 +376,7 @@ static int get_w600_info(struct flash_bank *bank, char *buf, int buf_size)
return ERROR_OK;
}
-struct flash_driver w600_flash = {
+const struct flash_driver w600_flash = {
.name = "w600",
.flash_bank_command = w600_flash_bank_command,
.erase = w600_erase,