diff mbox series

arch/arm: default to Cortex-A53 for AArch64

Message ID 20171204204331.2007-1-yann.morin.1998@free.fr
State Accepted
Commit ae2ec0ed74207bb6264e9b90bafdb2d8125c3472
Headers show
Series arch/arm: default to Cortex-A53 for AArch64 | expand

Commit Message

Yann E. MORIN Dec. 4, 2017, 8:43 p.m. UTC
Since we re-organised the list of cores (in 52d500aa35) and introduced
some new cores (in e9960da6ec, d632d9e5a9, 6317a199ec), the default for
AArch64 has changed from A53 to A35.

So, restore the default to A53 for AArch64.

Reported-by: daggs <daggs@gmx.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: daggs <daggs@gmx.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 arch/Config.in.arm | 1 +
 1 file changed, 1 insertion(+)

Comments

Peter Korsgaard Dec. 7, 2017, 9:39 p.m. UTC | #1
>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:

 > Since we re-organised the list of cores (in 52d500aa35) and introduced
 > some new cores (in e9960da6ec, d632d9e5a9, 6317a199ec), the default for
 > AArch64 has changed from A53 to A35.

 > So, restore the default to A53 for AArch64.

 > Reported-by: daggs <daggs@gmx.com>
 > Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
 > Cc: daggs <daggs@gmx.com>
 > Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

Committed, thanks.
diff mbox series

Patch

diff --git a/arch/Config.in.arm b/arch/Config.in.arm
index 85070fbfc9..b05e83e33c 100644
--- a/arch/Config.in.arm
+++ b/arch/Config.in.arm
@@ -64,6 +64,7 @@  config BR2_ARM_CPU_ARMV8A
 
 choice
 	prompt "Target Architecture Variant"
+	default BR2_cortex_a53 if BR2_ARCH_IS_64
 	default BR2_arm926t
 	help
 	  Specific CPU variant to use