From b9efdb26c79b859dea9934cc2b980018441ee8f0 Mon Sep 17 00:00:00 2001 From: Pranav Vashi Date: Sun, 12 May 2024 09:08:06 +0530 Subject: [PATCH] sm6150-common: Use appropriate arch setup Change-Id: Ib687617676ee308b4336a9a8be76777821009f0a Signed-off-by: Pranav Vashi Signed-off-by: therealmharc --- BoardConfigCommon.mk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 2ef2d8a..56f667d 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -23,13 +23,15 @@ include vendor/xiaomi/sm6150-common/BoardConfigVendor.mk TARGET_ARCH := arm64 TARGET_ARCH_VARIANT := armv8-2a-dotprod TARGET_CPU_ABI := arm64-v8a -TARGET_CPU_VARIANT := cortex-a55 +TARGET_CPU_VARIANT := generic +TARGET_CPU_VARIANT_RUNTIME := cortex-a76 TARGET_2ND_ARCH := arm TARGET_2ND_ARCH_VARIANT := armv8-2a TARGET_2ND_CPU_ABI := armeabi-v7a TARGET_2ND_CPU_ABI2 := armeabi -TARGET_2ND_CPU_VARIANT := cortex-a55 +TARGET_2ND_CPU_VARIANT := generic +TARGET_2ND_CPU_VARIANT_RUNTIME := cortex-a76 # A/B AB_OTA_UPDATER := false