diff options
author | BALATON Zoltan | 2022-08-17 17:08:33 +0200 |
---|---|---|
committer | Daniel Henrique Barboza | 2022-08-31 19:08:06 +0200 |
commit | cba58aa7629b94d6938dcac1fd5443f51daee2c9 (patch) | |
tree | 94f5cb662ad42b28aa96eac9298f4bc231abf98e /include/hw/ppc | |
parent | ppc4xx: Move EBC model to ppc4xx_devs.c (diff) | |
download | qemu-cba58aa7629b94d6938dcac1fd5443f51daee2c9.tar.gz qemu-cba58aa7629b94d6938dcac1fd5443f51daee2c9.tar.xz qemu-cba58aa7629b94d6938dcac1fd5443f51daee2c9.zip |
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>
Diffstat (limited to 'include/hw/ppc')
-rw-r--r-- | include/hw/ppc/ppc4xx.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/hw/ppc/ppc4xx.h b/include/hw/ppc/ppc4xx.h index 4472ec254e..a1781afa8e 100644 --- a/include/hw/ppc/ppc4xx.h +++ b/include/hw/ppc/ppc4xx.h @@ -95,9 +95,9 @@ struct Ppc4xxPlbState { }; /* Peripheral controller */ -#define TYPE_PPC405_EBC "ppc405-ebc" -OBJECT_DECLARE_SIMPLE_TYPE(Ppc405EbcState, PPC405_EBC); -struct Ppc405EbcState { +#define TYPE_PPC4xx_EBC "ppc4xx-ebc" +OBJECT_DECLARE_SIMPLE_TYPE(Ppc4xxEbcState, PPC4xx_EBC); +struct Ppc4xxEbcState { Ppc4xxDcrDeviceState parent_obj; uint32_t addr; |