summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2023-08-10 12:45:56 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2023-08-10 13:09:32 +0800
commitdbe65f47068d4fa1f07f8c50bb20b72f47fa1874 (patch)
tree6f53d3816681192c9e9f17a3b7da60c6cea5e89d /build
parent443695781a9b034d3be2ff201049cc1d294c31d1 (diff)
downloadhikey-dbe65f47068d4fa1f07f8c50bb20b72f47fa1874.tar.gz
dtimage.mk: drop RADIOIMAGE settings with dt.img
which seems cause problem of "cp: bad 'out/target/product/hikey960/dt.img': No such file or directory" when run "make dist" command. The problem is not reported when dropping them. Test: make dist finished successfully Change-Id: I0279cc1d072c132958afb0e3660f440cd0515f98 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
Diffstat (limited to 'build')
-rw-r--r--build/tasks/dtimage.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/build/tasks/dtimage.mk b/build/tasks/dtimage.mk
index 86cc290e..02b47f68 100644
--- a/build/tasks/dtimage.mk
+++ b/build/tasks/dtimage.mk
@@ -13,10 +13,6 @@ $(PRODUCT_OUT)/dt.img: $(DTB)
droidcore: $(PRODUCT_OUT)/dt.img
-# Images will be packed into target_files zip, and hikey-img.zip.
-INSTALLED_RADIOIMAGE_TARGET += $(PRODUCT_OUT)/dt.img
-BOARD_PACK_RADIOIMAGES += dt.img
-
endif
endif
endif