From 9dbff962fe96d65ee7cc8dcc5ea2044149ec84f0 Mon Sep 17 00:00:00 2001 From: Luca Stefani Date: Fri, 19 Oct 2018 12:32:27 +0200 Subject: [PATCH] sdm845-common: Set target cpu to cortex-a75 * cortex-a75 now fallbacks to cortex-a55, our LITTLE core Change-Id: I32633ea8856785042a03617199b7ff2e25fe53af --- BoardConfigCommon.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 933086b..61d56ed 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -25,7 +25,7 @@ TARGET_ARCH := arm64 TARGET_ARCH_VARIANT := armv8-a TARGET_CPU_ABI := arm64-v8a TARGET_CPU_ABI2 := -TARGET_CPU_VARIANT := kryo300 +TARGET_CPU_VARIANT := cortex-a75 TARGET_2ND_ARCH := arm TARGET_2ND_ARCH_VARIANT := armv8-a