Merge "Add dt partition in fastboot-info"

This commit is contained in:
Daniel Zheng
2023-06-13 17:35:59 +00:00
committed by Gerrit Code Review

View File

@@ -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