mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
hw/arm/bcm2836: Split out common part of BCM283X classes
Pre setup for BCM2838 introduction Signed-off-by: Sergey Kambalin <sergey.kambalin@auriga.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 20240226000259.2752893-2-sergey.kambalin@auriga.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
a365572b9c
commit
f932093ae1
3 changed files with 84 additions and 47 deletions
|
@ -252,7 +252,7 @@ static void setup_boot(MachineState *machine, RaspiProcessorId processor_id,
|
|||
s->binfo.firmware_loaded = true;
|
||||
}
|
||||
|
||||
arm_load_kernel(&s->soc.cpu[0].core, machine, &s->binfo);
|
||||
arm_load_kernel(&s->soc.parent_obj.cpu[0].core, machine, &s->binfo);
|
||||
}
|
||||
|
||||
static void raspi_machine_init(MachineState *machine)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue