Skip to content

Commit

Permalink
imx-boot-container: Assigne weak init value for IMX_BOOT_CONTAINER_FI…
Browse files Browse the repository at this point in the history
…RMWARE_SOC

(cherry picked from commit 236d75c)
  • Loading branch information
Livius90 authored and github-actions[bot] committed Sep 7, 2024
1 parent 039c557 commit 3726c66
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 3726c66

Please sign in to comment.