Skip to content

Commit

Permalink
Merge pull request #1927 from Freescale/backport-1926-to-scarthgap
Browse files Browse the repository at this point in the history
[Backport scarthgap] imx-boot-container: Assign weak init value for `IMX_BOOT_CONTAINER_FIRMWARE_SOC`
  • Loading branch information
otavio authored Sep 7, 2024
2 parents 039c557 + 3726c66 commit e246fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/imx-boot-container.bbclass
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
ATF_MACHINE_NAME = "bl31-${ATF_PLATFORM}.bin"
ATF_MACHINE_NAME:append = "${@bb.utils.contains('MACHINE_FEATURES', 'optee', '-optee', '', d)}"

IMX_BOOT_CONTAINER_FIRMWARE_SOC = ""
IMX_BOOT_CONTAINER_FIRMWARE_SOC ?= ""
IMX_BOOT_CONTAINER_FIRMWARE_SOC:mx8mq-generic-bsp = " \
signed_dp_imx8m.bin \
signed_hdmi_imx8m.bin \
Expand Down

0 comments on commit e246fc2

Please sign in to comment.