summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2020-06-02 18:03:19 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2020-06-17 18:24:45 +0200
commita16c8deb744f8b563ff111d3f4219924715b3f48 (patch)
treef76f24c50a13f361db45c9a72b4965b4fccc0757
parent83634214eb2a61e21d2db5662c68f5eaf8ffa60f (diff)
apalis-tk1.conf: follow boot.scr rename
Drop MACHINE_BOOT_FILES and use the boot file directly, following the rename of the source file to boot.scr-${MACHINE}. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--conf/machine/apalis-tk1.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/apalis-tk1.conf b/conf/machine/apalis-tk1.conf
index 25158f9..050b1c4 100644
--- a/conf/machine/apalis-tk1.conf
+++ b/conf/machine/apalis-tk1.conf
@@ -23,7 +23,7 @@ MACHINE_BOOT_FILES = "boot.scr"
IMAGE_BOOT_FILES ?= " \
${KERNEL_IMAGETYPE} \
${KERNEL_DEVICETREE} \
- ${MACHINE_BOOT_FILES} \
+ boot.scr-${MACHINE};boot.scr \
"
WKS_FILE_DEPENDS ?= " \