summaryrefslogtreecommitdiff
path: root/conf/machine
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-05-22 19:07:44 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2019-05-22 19:08:59 +0200
commit3e6eb9b3e3258214fbffc3a8efc13b614353f269 (patch)
tree46aad24de0ea8778268bf437f3b2ae027457d315 /conf/machine
parent1f2474e7de9321939496dd8a401f506e73492f4c (diff)
apalis-imx8.conf: add hdmi fw also to tezi images
Use the now available MACHINE_BOOT_FILES variable to deploy the HDMI firmware into the boot partition. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/apalis-imx8.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/apalis-imx8.conf b/conf/machine/apalis-imx8.conf
index a1fddf0..02c39f5 100644
--- a/conf/machine/apalis-imx8.conf
+++ b/conf/machine/apalis-imx8.conf
@@ -41,7 +41,8 @@ IMX_BOOT_SEEK = "32"
IMX_BOOT_SEEK_mx8qma0 = "33"
EXTRA_IMAGEDEPENDS += "firmware-imx-8"
-IMAGE_BOOT_FILES += "hdmitxfw.bin dpfw.bin"
+IMAGE_BOOT_FILES += "${MACHINE_BOOT_FILES}"
+MACHINE_BOOT_FILES = "hdmitxfw.bin dpfw.bin"
PREFERRED_PROVIDER_virtual/kernel = "linux-toradex"
PREFERRED_PROVIDER_virtual/bootloader = "u-boot-toradex"