summaryrefslogtreecommitdiff
path: root/hikey.mk
diff options
context:
space:
mode:
authorDmitry Shmidt <dimitrysh@google.com>2016-06-06 13:02:49 -0700
committerDmitry Shmidt <dimitrysh@google.com>2016-06-06 13:02:49 -0700
commitb1af4ca699f30f8fe1f3bb19e25793b28cfc3ed4 (patch)
treed7723f8470c81f5c53fb281c24aff132b79286ec /hikey.mk
parent0d92f2884fc6a9559b2794354cfa711ec09c54a3 (diff)
downloadhikey-b1af4ca699f30f8fe1f3bb19e25793b28cfc3ed4.tar.gz
hikey: Use Image-dtb-4.1 for kernel 4.1
Change-Id: Ic5c002112822e2cc1500973c5661710ee4d81504 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
Diffstat (limited to 'hikey.mk')
-rw-r--r--hikey.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/hikey.mk b/hikey.mk
index c5923e00..575b428a 100644
--- a/hikey.mk
+++ b/hikey.mk
@@ -1,5 +1,5 @@
ifeq ($(TARGET_KERNEL_USE_4_1), true)
-TARGET_PREBUILT_KERNEL := device/linaro/hikey-kernel/Image-4.1
+TARGET_PREBUILT_KERNEL := device/linaro/hikey-kernel/Image-dtb-4.1
TARGET_PREBUILT_DTB := device/linaro/hikey-kernel/hi6220-hikey.dtb-4.1
TARGET_FSTAB := fstab.hikey-4.1
endif