aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeferson Rodrigo de Oliveira <jroliveira.oliveira301@gmail.com>2022-08-19 19:13:51 +0200
committerJeferson Rodrigo de Oliveira <jroliveira.oliveira301@gmail.com>2022-08-19 19:13:51 +0200
commit3eea9696ef7b9510f9c823dcf0941b8b00408493 (patch)
tree5bc348309b521d3f9cad95195671c8f2bcc2bd25
parentf544cb3ea40625e9c6065e116083b19a83f7831b (diff)
Revert "sdm660-common: use cortex-a73 for arm64"
This reverts commit f544cb3ea40625e9c6065e116083b19a83f7831b. Reason for revert: side effects at some situations on long term usage Change-Id: I0353722d8d10ee15ecabdbd6268a3ad553b7548f
-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