On Fri, 8 Dec 2023 at 02:33, Sergey Kambalin <serg.o...@gmail.com> wrote: > > Signed-off-by: Sergey Kambalin <sergey.kamba...@auriga.com> > --- > hw/arm/bcm2838_peripherals.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/hw/arm/bcm2838_peripherals.c b/hw/arm/bcm2838_peripherals.c > index c147b6e453..196fb890a2 100644 > --- a/hw/arm/bcm2838_peripherals.c > +++ b/hw/arm/bcm2838_peripherals.c > @@ -22,7 +22,7 @@ static void bcm2838_peripherals_init(Object *obj) > { > BCM2838PeripheralState *s = BCM2838_PERIPHERALS(obj); > BCM2838PeripheralClass *bc = BCM2838_PERIPHERALS_GET_CLASS(obj); > - RaspiPeripheralBaseState *s_base = RASPI_PERIPHERALS_BASE(obj); > + BCMSocPeripheralBaseState *s_base = BCM_SOC_PERIPHERALS_BASE(obj); > > /* Lower memory region for peripheral devices (exported to the Soc) */ > memory_region_init(&s->peri_low_mr, obj, "bcm2838-peripherals", > --
I don't understand the commit message here, and the contents of the patch look like something that maybe belongs in a different patch? thanks -- PMM