diff --git a/core/Makefile b/core/Makefile index 18ba59eef3..1814f984d0 100644 --- a/core/Makefile +++ b/core/Makefile @@ -5403,6 +5403,9 @@ endif ifdef BOARD_PREBUILT_DTBOIMAGE $(hide) echo "flash dtbo" >> $@ endif +ifneq ($(INSTALLED_DTIMAGE_TARGET),) + $(hide) echo "flash dts dt.img" >> $@ +endif ifneq ($(INSTALLED_VENDOR_KERNEL_BOOTIMAGE_TARGET),) $(hide) echo "flash vendor_kernel_boot" >> $@ endif