summary refs log tree commit diff stats
path: root/hw/misc/xlnx-versal-xramc.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/misc/xlnx-versal-xramc.c')
-rw-r--r--hw/misc/xlnx-versal-xramc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/misc/xlnx-versal-xramc.c b/hw/misc/xlnx-versal-xramc.c
index ad839ce7e9..a06b9fbc05 100644
--- a/hw/misc/xlnx-versal-xramc.c
+++ b/hw/misc/xlnx-versal-xramc.c
@@ -218,7 +218,7 @@ static const VMStateDescription vmstate_xram_ctrl = {
     }
 };
 
-static Property xram_ctrl_properties[] = {
+static const Property xram_ctrl_properties[] = {
     DEFINE_PROP_UINT64("size", XlnxXramCtrl, cfg.size, 1 * MiB),
     DEFINE_PROP_END_OF_LIST(),
 };