Merge "Adding vendor_kernel_boot to fasboot-info"

This commit is contained in:
Kelvin Zhang
2023-06-02 02:57:37 +00:00
committed by Gerrit Code Review

View File

@@ -5401,6 +5401,9 @@ endif
ifdef BOARD_PREBUILT_DTBOIMAGE
$(hide) echo "flash dtbo" >> $@
endif
ifneq ($(INSTALLED_VENDOR_KERNEL_BOOTIMAGE_TARGET),)
$(hide) echo "flash vendor_kernel_boot" >> $@
endif
ifeq ($(BOARD_USES_PVMFWIMAGE),true)
$(hide) echo "flash pvmfw" >> $@
endif