Skip to content

Commit

Permalink
nitrogen8mm: fix sdma firmware copy
Browse files Browse the repository at this point in the history
Signed-off-by: Gary Bisson <[email protected]>
  • Loading branch information
gibsson committed May 10, 2024
1 parent 1ad7ead commit 2e3cbbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nitrogen8mm/nitrogen8mm.mk
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ endif

PRODUCT_COPY_FILES += \
$(IMX_DEVICE_PATH)/early.init.cfg:$(TARGET_COPY_OUT_VENDOR)/etc/early.init.cfg \
$(LINUX_FIRMWARE_IMX_PATH)/linux-firmware-imx/firmware/sdma/sdma-imx7d.bin:$(TARGET_COPY_OUT_VENDOR_RAMDISK)/lib/firmware/imx/sdma/sdma-imx7d.bin \
$(LINUX_FIRMWARE_IMX_PATH)/linux-firmware-imx/firmware/sdma/sdma-imx7d.bin:$(TARGET_COPY_OUT_VENDOR)/firmware/imx/sdma/sdma-imx7d.bin \
$(CONFIG_REPO_PATH)/common/init/init.insmod.sh:$(TARGET_COPY_OUT_VENDOR)/bin/init.insmod.sh \
$(IMX_DEVICE_PATH)/ueventd.nxp.rc:$(TARGET_COPY_OUT_VENDOR)/etc/ueventd.rc

Expand Down

0 comments on commit 2e3cbbd

Please sign in to comment.