summaryrefslogtreecommitdiff
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 14:29:31 -0700
commit07485327a70c555cd66e4ce0ec82b607d38622a3 (patch)
tree195e37a7a96cfab9abd2acfd125f4c8787de6a44
parentdf14a5eb044fcb3cb37b0095213cc715de17b4b1 (diff)
downloadhikey-07485327a70c555cd66e4ce0ec82b607d38622a3.tar.gz
hikey: Use Image-dtb-4.1 for kernel 4.1
Change-Id: Ic5c002112822e2cc1500973c5661710ee4d81504 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
-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