From a16c8deb744f8b563ff111d3f4219924715b3f48 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 2 Jun 2020 18:03:19 +0200 Subject: 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 --- conf/machine/apalis-tk1.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ?= " \ -- cgit v1.2.3