diff options
Diffstat (limited to 'hw/arm')
-rw-r--r-- | hw/arm/virt.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/hw/arm/virt.c b/hw/arm/virt.c index 171e6908ec..dd024d0780 100644 --- a/hw/arm/virt.c +++ b/hw/arm/virt.c @@ -2354,11 +2354,6 @@ type_init(machvirt_machine_init); static void virt_machine_5_0_options(MachineClass *mc) { - static GlobalProperty compat[] = { - { TYPE_TPM_TIS_SYSBUS, "ppi", "false" }, - }; - - compat_props_add(mc->compat_props, compat, G_N_ELEMENTS(compat)); } DEFINE_VIRT_MACHINE_AS_LATEST(5, 0) |