summaryrefslogtreecommitdiff
path: root/hikey960
diff options
context:
space:
mode:
authorJake Weinstein <xboxlover360@gmail.com>2017-06-23 12:23:08 -0400
committerJake Weinstein <xboxlover360@gmail.com>2017-06-23 12:38:53 -0400
commitf2de134804b629eba55f77d3e99daec99350734c (patch)
treecaeea4bad696a50a27d203a9bf3757ccf8fabc9f /hikey960
parentdc7e5e125a09769bc98db3a24a61635a53af775d (diff)
downloadhikey-f2de134804b629eba55f77d3e99daec99350734c.tar.gz
hikey: Optimize CPU Targets for each variant
hikey has A53 cores, while hikey960 has A73 and A53 cores. Bionic now has A73-specific configuration, so this CL uses the optimal CPU configuration for both targets. Change-Id: I5f15c8fdc43fcab5e4f01b3685f3e19b9916c0bf
Diffstat (limited to 'hikey960')
-rw-r--r--hikey960/BoardConfig.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/hikey960/BoardConfig.mk b/hikey960/BoardConfig.mk
index aa88903e..3b1bd505 100644
--- a/hikey960/BoardConfig.mk
+++ b/hikey960/BoardConfig.mk
@@ -1,5 +1,8 @@
include device/linaro/hikey/BoardConfigCommon.mk
+TARGET_CPU_VARIANT := cortex-a73
+TARGET_2ND_CPU_VARIANT := cortex-a73
+
TARGET_BOARD_PLATFORM := hikey960
TARGET_NO_DTIMAGE := false