aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/ambiqmicro.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/flash/nor/ambiqmicro.c')
-rw-r--r--src/flash/nor/ambiqmicro.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flash/nor/ambiqmicro.c b/src/flash/nor/ambiqmicro.c
index 13b2b26a..a536d545 100644
--- a/src/flash/nor/ambiqmicro.c
+++ b/src/flash/nor/ambiqmicro.c
@@ -888,7 +888,7 @@ static const struct command_registration ambiqmicro_command_handlers[] = {
COMMAND_REGISTRATION_DONE
};
-struct flash_driver ambiqmicro_flash = {
+const struct flash_driver ambiqmicro_flash = {
.name = "ambiqmicro",
.commands = ambiqmicro_command_handlers,
.flash_bank_command = ambiqmicro_flash_bank_command,