mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
ppc4xx: Rename ppc405-ebc to ppc4xx-ebc
This device is shared between different 4xx socs. Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com> Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu> Message-Id: <63d9b14c8ff5f73e35bffca1036394b5235735ee.1660746880.git.balaton@eik.bme.hu> Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
This commit is contained in:
parent
127ba8d03e
commit
cba58aa762
5 changed files with 12 additions and 12 deletions
|
@ -372,7 +372,7 @@ static void sam460ex_init(MachineState *machine)
|
|||
qdev_get_gpio_in(uic[0], 3));
|
||||
|
||||
/* External bus controller */
|
||||
dev = qdev_new(TYPE_PPC405_EBC);
|
||||
dev = qdev_new(TYPE_PPC4xx_EBC);
|
||||
ppc4xx_dcr_realize(PPC4xx_DCR_DEVICE(dev), cpu, &error_fatal);
|
||||
object_unref(OBJECT(dev));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue