From: Marcin Juszkiewicz <[email protected]> Cortex-A53 supports 40bits of address space. sbsa-ref's memory starts above this limit.
Signed-off-by: Marcin Juszkiewicz <[email protected]> Reviewed-by: Philippe Mathieu-Daudé <[email protected]> Acked-by: Leif Lindholm <[email protected]> Message-id: [email protected] Signed-off-by: Peter Maydell <[email protected]> --- hw/arm/sbsa-ref.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/arm/sbsa-ref.c b/hw/arm/sbsa-ref.c index 9f707351531..276243d122f 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"), }; -- 2.20.1
