summaryrefslogtreecommitdiff
path: root/conf/machine/verdin-imx8mp.conf
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2021-01-17 13:51:32 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2021-01-21 10:40:15 +0100
commit06da8e9e1f939a0147039f39b3c63949771e2ed7 (patch)
treeb2ead80d86ddd0f1fe354a7002c5ce2c640180ae /conf/machine/verdin-imx8mp.conf
parente3468f3b5affc37b397f7186381d8a43d26a6e7e (diff)
verdin-imx8mp: cleanup machine firmware
The firmware-imx-vpu-imx8 is not needed for the VPU on a i.MX 8M Plus. The linux-firmware-imx-sdma-imx7d get's now installed by imx-base.inc. The firmware-sof-imx is not needed on a Verdin iMX8MP but gets added by imx-base.inc, remove it. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 1a47b21a88db9c2acf2e7f76c570c9cb7b1a9f16)
Diffstat (limited to 'conf/machine/verdin-imx8mp.conf')
-rw-r--r--conf/machine/verdin-imx8mp.conf5
1 files changed, 2 insertions, 3 deletions
diff --git a/conf/machine/verdin-imx8mp.conf b/conf/machine/verdin-imx8mp.conf
index ecf133c..af2f2f9 100644
--- a/conf/machine/verdin-imx8mp.conf
+++ b/conf/machine/verdin-imx8mp.conf
@@ -77,10 +77,9 @@ PREFERRED_PROVIDER_virtual/bootloader = "u-boot-toradex"
# not yet available in 2020.07.
PREFERRED_VERSION_u-boot-toradex = "2020.04%"
-# Add additional firmware
-MACHINE_FIRMWARE_append = " firmware-imx-vpu-imx8"
-MACHINE_FIRMWARE_append = " linux-firmware-imx-sdma-imx7d"
+# handle machine firmware
MACHINE_FIRMWARE_append = " linux-firmware-sd8997"
+MACHINE_FIRMWARE_remove = "firmware-sof-imx"
IMAGE_CLASSES_append = " image_type_tezi"
IMAGE_FSTYPES += "teziimg"