summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-06-27 07:34:24 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-06-27 07:34:24 +0000
commit69a11853c82bfe3d2270109978aff76efdcbd1e8 (patch)
tree366536cdf15ebda7142e1646e79c368fc2d95c5b
parent74c4ec68cd1b8c1d7bf919bb3ef56eeb08022add (diff)
parenta9a7a059ea0d8abd96988eeb37f7a7b1f5fcf3ca (diff)
downloadhikey-69a11853c82bfe3d2270109978aff76efdcbd1e8.tar.gz
release-request-6db00e04-e62d-4e43-807a-a9cc1185dcbb-for-git_oc-mr1-release-4136929 snap-temp-L91700000077883673
Change-Id: I48cb934d06bc149c56092c7763d7464afc4e846f
-rw-r--r--BoardConfigCommon.mk2
-rw-r--r--hikey/BoardConfig.mk3
-rw-r--r--hikey960/BoardConfig.mk3
-rw-r--r--installer/hikey/fip.binbin1183464 -> 1183464 bytes
-rw-r--r--installer/hikey/l-loader.binbin49664 -> 49664 bytes
5 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
diff --git a/installer/hikey/fip.bin b/installer/hikey/fip.bin
index 06f44ee5..ad956c08 100644
--- a/installer/hikey/fip.bin
+++ b/installer/hikey/fip.bin
Binary files differ
diff --git a/installer/hikey/l-loader.bin b/installer/hikey/l-loader.bin
index 21fdefc3..4607db75 100644
--- a/installer/hikey/l-loader.bin
+++ b/installer/hikey/l-loader.bin
Binary files differ