From c0914e616a4565a3c8f516d9271b4e9c1b4ef2cc Mon Sep 17 00:00:00 2001 From: Shawn Guo Date: Sun, 29 Jul 2018 10:16:41 +0800 Subject: Clean up useless kernel/dtb target copy The copy of kernel as 'dtb' target is useless and likely a wrong thing to do. Let's clean it up to avoid the confusion. Change-Id: I1230311ff176e6f6df74b7549039831c3b869501 Signed-off-by: Shawn Guo --- device.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/device.mk b/device.mk index 79c63d7..ec46d88 100644 --- a/device.mk +++ b/device.mk @@ -3,8 +3,6 @@ LOCAL_KERNEL := device/linaro/poplar-kernel/Image PRODUCT_COPY_FILES += $(LOCAL_KERNEL):kernel LOCAL_DTB := device/linaro/poplar-kernel/hi3798cv200-poplar.dtb -# TODO: fix the dest dtb name, normal it is some varient of product.dtb -PRODUCT_COPY_FILES += $(LOCAL_KERNEL):dtb PRODUCT_COPY_FILES += $(LOCAL_DTB):2ndbootloader # 1.2 rootfs -- cgit v1.2.3