]> Git Repo - qemu.git/commitdiff
sbsa-ref: remove cortex-a53 from list of supported cpus
authorMarcin Juszkiewicz <[email protected]>
Tue, 16 Feb 2021 15:01:21 +0000 (16:01 +0100)
committerPeter Maydell <[email protected]>
Fri, 5 Mar 2021 15:17:33 +0000 (15:17 +0000)
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: 20210216150122.3830863[email protected]
Signed-off-by: Peter Maydell <[email protected]>
hw/arm/sbsa-ref.c

index 9f7073515310a5d61b3079acf935b9dfb3ca9166..276243d122f2dee500a767998a4960e8511642db 100644 (file)
@@ -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"),
 };
This page took 0.031612 seconds and 4 git commands to generate.