diff mbox series

[v3,1/2] sbsa-ref: remove cortex-a53 from list of supported cpus

Message ID 20210216150122.3830863-2-marcin.juszkiewicz@linaro.org (mailing list archive)
State New, archived
Headers show
Series sbsa-ref: update list of supported cpus | expand

Commit Message

Marcin Juszkiewicz Feb. 16, 2021, 3:01 p.m. UTC
Cortex-A53 supports 40bits of address space. sbsa-ref's memory starts
above this limit.

Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Acked-by: Leif Lindholm <leif@nuviainc.com>
---
 hw/arm/sbsa-ref.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git hw/arm/sbsa-ref.c hw/arm/sbsa-ref.c
index 9f70735153..276243d122 100644
--- hw/arm/sbsa-ref.c
+++ 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"),
 };