summaryrefslogtreecommitdiff
path: root/hikey
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 /hikey
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 'hikey')
-rw-r--r--hikey/BoardConfig.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/hikey/BoardConfig.mk b/hikey/BoardConfig.mk
index df970483..7844ecbb 100644
--- a/hikey/BoardConfig.mk
+++ b/hikey/BoardConfig.mk
@@ -1,5 +1,8 @@
include device/linaro/hikey/BoardConfigCommon.mk
+TARGET_CPU_VARIANT := cortex-a53
+TARGET_2ND_CPU_VARIANT := cortex-a53
+
TARGET_BOARD_PLATFORM := hikey
ifeq ($(TARGET_KERNEL_USE), 3.18)
BOARD_KERNEL_CMDLINE := console=ttyAMA3,115200 androidboot.console=ttyAMA3 androidboot.hardware=hikey firmware_class.path=/system/etc/firmware efi=noruntime