aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeferson Rodrigo de Oliveira <jroliveira.oliveira301@gmail.com>2022-08-19 19:14:28 +0200
committerGerrit Code Review <gerrit@box1>2022-08-19 19:14:28 +0200
commit4aa043359a0841a216a38bf326db0c0004c4def4 (patch)
tree68c5c481fd0c4e0872ebba94fc3fb450cf3939a0
parent8552eb79f05764d26a375ab94430f9034961c42a (diff)
parent3eea9696ef7b9510f9c823dcf0941b8b00408493 (diff)
Merge "Revert "sdm660-common: use cortex-a73 for arm64"" into s12.1HEADs12.1
-rw-r--r--BoardConfigCommon.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index 32595b96..07c9c491 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -31,14 +31,15 @@ TARGET_ARCH := arm64
TARGET_ARCH_VARIANT := armv8-a
TARGET_CPU_ABI := arm64-v8a
TARGET_CPU_ABI2 :=
-TARGET_CPU_VARIANT := cortex-a73
-TARGET_CPU_VARIANT_RUNTIME := cortex-a73
+TARGET_CPU_VARIANT := generic
+TARGET_CPU_VARIANT_RUNTIME := kryo
TARGET_2ND_ARCH := arm
TARGET_2ND_ARCH_VARIANT := armv8-a
TARGET_2ND_CPU_ABI := armeabi-v7a
TARGET_2ND_CPU_ABI2 := armeabi
-TARGET_2ND_CPU_VARIANT := kryo
+TARGET_2ND_CPU_VARIANT := generic
+TARGET_2ND_CPU_VARIANT_RUNTIME := cortex-a73
BOARD_USES_QCOM_HARDWARE := true
TARGET_BOOTLOADER_BOARD_NAME := SDM660