summaryrefslogtreecommitdiff
path: root/conf/machine/apalis-imx8.conf
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-07-22 11:25:11 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2019-07-22 11:36:47 +0200
commit5290186d19f81540cfcb92ab4424951909885223 (patch)
tree8655b9241b67d31c945f0d8661d1d7ee564c663c /conf/machine/apalis-imx8.conf
parentf417eb3eded48c902f35322ac75b252ead5bc3dd (diff)
machines: deploy a distro boot script
This depends on and deploys the distro boot script provided by u-boot-distro-boot. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'conf/machine/apalis-imx8.conf')
-rw-r--r--conf/machine/apalis-imx8.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/apalis-imx8.conf b/conf/machine/apalis-imx8.conf
index de28488..5c86271 100644
--- a/conf/machine/apalis-imx8.conf
+++ b/conf/machine/apalis-imx8.conf
@@ -36,9 +36,9 @@ BOOT_SPACE = "65536"
IMAGE_BOOTLOADER = "imx-boot"
IMX_BOOT_SEEK = "32"
-EXTRA_IMAGEDEPENDS += "firmware-imx-8"
+EXTRA_IMAGEDEPENDS += "firmware-imx-8 u-boot-distro-boot"
IMAGE_BOOT_FILES += "${MACHINE_BOOT_FILES}"
-MACHINE_BOOT_FILES = "hdmitxfw.bin dpfw.bin"
+MACHINE_BOOT_FILES = "boot.scr hdmitxfw.bin dpfw.bin"
PREFERRED_PROVIDER_virtual/kernel = "linux-toradex"
PREFERRED_PROVIDER_virtual/bootloader = "u-boot-toradex"