Skip to content

Commit

Permalink
Merge pull request #2060 from pasweistorz/avoid-unnecessary-dtb-files
Browse files Browse the repository at this point in the history
imx-base: Avoid unnecessary device tree blob files
  • Loading branch information
otavio authored Jan 13, 2025
2 parents 6fb8816 + cec6d45 commit 1829088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/machine/include/imx-base.inc
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ IMAGE_FSTYPES ?= "${SOC_DEFAULT_IMAGE_FSTYPES}"

IMAGE_BOOT_FILES ?= " \
${KERNEL_IMAGETYPE} \
${@make_dtb_boot_files(d)} \
${@bb.utils.contains('KERNEL_IMAGETYPE', 'fitImage', '', '${@make_dtb_boot_files(d)}', d)} \
${@bb.utils.contains('MACHINE_FEATURES', 'optee', '${OPTEE_BOOT_IMAGE}', '', d)} \
"

Expand Down

0 comments on commit 1829088

Please sign in to comment.