aboutsummaryrefslogtreecommitdiff
path: root/hw/nvram/xlnx-efuse.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/nvram/xlnx-efuse.c')
-rw-r--r--hw/nvram/xlnx-efuse.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/nvram/xlnx-efuse.c b/hw/nvram/xlnx-efuse.c
index 29e7dd5..176e88f 100644
--- a/hw/nvram/xlnx-efuse.c
+++ b/hw/nvram/xlnx-efuse.c
@@ -280,6 +280,8 @@ static void efuse_class_init(ObjectClass *klass, void *data)
dc->realize = efuse_realize;
device_class_set_props(dc, efuse_properties);
+ /* Reason: Part of Xilinx SoC */
+ dc->user_creatable = false;
}
static const TypeInfo efuse_info = {