hikey: Use Image-dtb-4.1 for kernel 4.1
Change-Id: Ic5c002112822e2cc1500973c5661710ee4d81504
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
diff --git a/hikey.mk b/hikey.mk
index c5923e0..575b428 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