summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Stefani <luca.stefani.ge1@gmail.com>2017-01-11 22:39:06 +0100
committerLuca Stefani <luca020400@lineageos.org>2017-04-22 13:44:32 +0000
commite30fde6ab625ff00a35a74ab929588cf61248ca9 (patch)
treeb8930ea1ccc4fac6e4a12873ebd7b99306ca442d
parentcb9d097082ffd71eb220d5af435e5d7f8cddd465 (diff)
downloadhikey-e30fde6ab625ff00a35a74ab929588cf61248ca9.tar.gz
hikey: Optimize for cortex-a53
* Enable specific libc routines * Enable cortex-a53 compiler features and optimizations such as +crc and +crypto Change-Id: Ib5c4be94bbc2fdac0814fb1a876a022633e8362d
-rw-r--r--BoardConfigCommon.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index a14e2336..c0b14c55 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -1,15 +1,15 @@
# Primary Arch
TARGET_ARCH := arm64
TARGET_ARCH_VARIANT := armv8-a
-TARGET_CPU_VARIANT := generic
TARGET_CPU_ABI := arm64-v8a
+TARGET_CPU_VARIANT := cortex-a53
# Secondary Arch
TARGET_2ND_ARCH := arm
TARGET_2ND_ARCH_VARIANT := armv7-a-neon
-TARGET_2ND_CPU_VARIANT := cortex-a15
TARGET_2ND_CPU_ABI := armeabi-v7a
TARGET_2ND_CPU_ABI2 := armeabi
+TARGET_2ND_CPU_VARIANT := cortex-a53
TARGET_USES_64_BIT_BINDER := true
TARGET_SUPPORTS_32_BIT_APPS := true