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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/misc/xlnx-versal-xramc.c b/hw/misc/xlnx-versal-xramc.c
index a06b9fbc05..d1e76be027 100644
--- a/hw/misc/xlnx-versal-xramc.c
+++ b/hw/misc/xlnx-versal-xramc.c
@@ -220,7 +220,6 @@ static const VMStateDescription vmstate_xram_ctrl = {
 
 static const Property xram_ctrl_properties[] = {
     DEFINE_PROP_UINT64("size", XlnxXramCtrl, cfg.size, 1 * MiB),
-    DEFINE_PROP_END_OF_LIST(),
 };
 
 static void xram_ctrl_class_init(ObjectClass *klass, void *data)