From a3e977de3a2f5c10dda66cf751a3d5d6ce9508bb Mon Sep 17 00:00:00 2001 From: Jan Altensen Date: Tue, 22 Sep 2020 23:38:27 +0400 Subject: [PATCH] universal8895: BoardConfig: ditch custom Exynos mtunes --- BoardConfigCommon.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 6b6cb5f..a52fdea 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -42,7 +42,7 @@ TARGET_ARCH := arm64 TARGET_ARCH_VARIANT := armv8-a TARGET_CPU_ABI := arm64-v8a TARGET_CPU_ABI2 := -TARGET_CPU_VARIANT := exynos-m1 +TARGET_CPU_VARIANT := generic # Secondary Architecture TARGET_2ND_ARCH := arm -- 2.20.1