diff options
-rw-r--r-- | hw/pci-host/versatile.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/pci-host/versatile.c b/hw/pci-host/versatile.c index 540daf75cc..2bb09fa8c1 100644 --- a/hw/pci-host/versatile.c +++ b/hw/pci-host/versatile.c @@ -331,8 +331,6 @@ static void pci_vpb_init(Object *obj) object_initialize(&s->pci_dev, TYPE_VERSATILE_PCI_HOST); qdev_set_parent_bus(DEVICE(&s->pci_dev), BUS(&s->pci_bus)); - object_property_set_int(OBJECT(&s->pci_dev), PCI_DEVFN(29, 0), "addr", - NULL); /* Window sizes for VersatilePB; realview_pci's init will override */ s->mem_win_size[0] = 0x0c000000; |