From 9a07b3b1c8e5f8c25c7b894059b187cd612be92b Mon Sep 17 00:00:00 2001 From: Russell Reynolds <129880470+sosRR@users.noreply.github.com> Date: Tue, 23 Jan 2024 18:37:42 -0600 Subject: [PATCH] Update BoardConfig.mk corrected cortex version for kryo300 --- BoardConfig.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index dd540da..1801329 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -39,7 +39,7 @@ TARGET_ARCH := arm64 TARGET_ARCH_VARIANT := armv8-2a-dotprod TARGET_CPU_ABI := arm64-v8a TARGET_CPU_ABI2 := -TARGET_CPU_VARIANT := cortex-a76 +TARGET_CPU_VARIANT := cortex-a75 TARGET_CPU_VARIANT_RUNTIME := kryo300 TARGET_2ND_ARCH := arm