On Mon, 28 Apr 2025 at 03:29, Tim Lee <timlee660...@gmail.com> wrote: > > NPCM8XX SoC is the successor of the NPCM7XX. It features quad-core > Cortex-A35 (Armv8, 64-bit) CPUs and some additional peripherals. > Correct the `valid_cpu_types` setting to match the NPCM8XX SoC. > > Signed-off-by: Tim Lee <timlee660...@gmail.com> > --- > hw/arm/npcm8xx_boards.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/hw/arm/npcm8xx_boards.c b/hw/arm/npcm8xx_boards.c > index 3fb8478e72..6d3e59f6b9 100644 > --- a/hw/arm/npcm8xx_boards.c > +++ b/hw/arm/npcm8xx_boards.c > @@ -213,7 +213,7 @@ static void npcm8xx_machine_class_init(ObjectClass *oc, > void *data) > { > MachineClass *mc = MACHINE_CLASS(oc); > static const char * const valid_cpu_types[] = { > - ARM_CPU_TYPE_NAME("cortex-a9"), > + ARM_CPU_TYPE_NAME("cortex-a35"), > NULL > };
Is this worth backporting to stable branches? Applied to target-arm.next, thanks. -- PMM