aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/aducm360.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/flash/nor/aducm360.c')
-rw-r--r--src/flash/nor/aducm360.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flash/nor/aducm360.c b/src/flash/nor/aducm360.c
index 7663783..f468c89 100644
--- a/src/flash/nor/aducm360.c
+++ b/src/flash/nor/aducm360.c
@@ -554,7 +554,7 @@ static int aducm360_check_flash_completion(struct target *target, unsigned int t
}
/* ----------------------------------------------------------------------- */
-struct flash_driver aducm360_flash = {
+const struct flash_driver aducm360_flash = {
.name = "aducm360",
.flash_bank_command = aducm360_flash_bank_command,
.erase = aducm360_erase,