mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 11:04:58 -06:00
ppc4xx_pci: Rename QOM type name define
Rename the TYPE_PPC4xx_PCI_HOST_BRIDGE define and its string value to match each other and other similar types and to avoid confusion with "ppc4xx-host-bridge" type defined in same file. Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu> Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com> Message-ID: <c59c28ef440633dbd1de0bda0a93b7862ef91104.1688641673.git.balaton@eik.bme.hu> Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
This commit is contained in:
parent
dd0f356dfe
commit
e75a951b89
3 changed files with 5 additions and 6 deletions
|
@ -205,8 +205,7 @@ static void bamboo_init(MachineState *machine)
|
|||
ppc4xx_sdram_ddr_enable(PPC4xx_SDRAM_DDR(dev));
|
||||
|
||||
/* PCI */
|
||||
dev = sysbus_create_varargs(TYPE_PPC4xx_PCI_HOST_BRIDGE,
|
||||
PPC440EP_PCI_CONFIG,
|
||||
dev = sysbus_create_varargs(TYPE_PPC4xx_PCI_HOST, PPC440EP_PCI_CONFIG,
|
||||
qdev_get_gpio_in(uicdev, pci_irq_nrs[0]),
|
||||
qdev_get_gpio_in(uicdev, pci_irq_nrs[1]),
|
||||
qdev_get_gpio_in(uicdev, pci_irq_nrs[2]),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue