From: Marcin Juszkiewicz Date: Tue, 16 Feb 2021 15:01:21 +0000 (+0100) Subject: sbsa-ref: remove cortex-a53 from list of supported cpus X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4f335a6381f83beb5d6ac0d3993514379454a99d;p=qemu.git sbsa-ref: remove cortex-a53 from list of supported cpus Cortex-A53 supports 40bits of address space. sbsa-ref's memory starts above this limit. Signed-off-by: Marcin Juszkiewicz Reviewed-by: Philippe Mathieu-Daudé Acked-by: Leif Lindholm Message-id: 20210216150122.3830863-2-marcin.juszkiewicz@linaro.org Signed-off-by: Peter Maydell --- diff --git a/hw/arm/sbsa-ref.c b/hw/arm/sbsa-ref.c index 9f70735153..276243d122 100644 --- a/hw/arm/sbsa-ref.c +++ b/hw/arm/sbsa-ref.c @@ -145,7 +145,6 @@ static const int sbsa_ref_irqmap[] = { }; static const char * const valid_cpus[] = { - ARM_CPU_TYPE_NAME("cortex-a53"), ARM_CPU_TYPE_NAME("cortex-a57"), ARM_CPU_TYPE_NAME("cortex-a72"), };