summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJake Weinstein <xboxlover360@gmail.com>2017-06-27 01:07:39 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-06-27 01:07:39 +0000
commitc80939e9c4a55e293ec6baa18671100d634980d3 (patch)
tree1321992aeffd9ac3caff3bb77c1b427e2fd34b16
parent089a6fe342e990136f97eb4ed76ebb4afe87199f (diff)
parente648738709bf4302b06a289933399723c4e441fc (diff)
downloadhikey-c80939e9c4a55e293ec6baa18671100d634980d3.tar.gz
hikey: Optimize CPU Targets for each variant am: f2de134804 am: c998432ab4 am: b36335dd89
am: e648738709 Change-Id: Idb97473781a70e1c9886212ac172cdb861cf0856
-rw-r--r--BoardConfigCommon.mk2
-rw-r--r--hikey/BoardConfig.mk3
-rw-r--r--hikey960/BoardConfig.mk3
3 files changed, 6 insertions, 2 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index 977829b3..c7eb435c 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -2,14 +2,12 @@
TARGET_ARCH := arm64
TARGET_ARCH_VARIANT := armv8-a
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_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
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
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