aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/fm3.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/flash/nor/fm3.c')
-rw-r--r--src/flash/nor/fm3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flash/nor/fm3.c b/src/flash/nor/fm3.c
index 6c61977..f2da2af 100644
--- a/src/flash/nor/fm3.c
+++ b/src/flash/nor/fm3.c
@@ -988,7 +988,7 @@ static const struct command_registration fm3_command_handlers[] = {
COMMAND_REGISTRATION_DONE
};
-struct flash_driver fm3_flash = {
+const struct flash_driver fm3_flash = {
.name = "fm3",
.commands = fm3_command_handlers,
.flash_bank_command = fm3_flash_bank_command,