From f28d16dd5db892a31ceb753d858048284f9358cd Mon Sep 17 00:00:00 2001 From: Nathan Dunne Date: Thu, 24 Sep 2020 14:50:26 +0000 Subject: [PATCH] arm-bsp/n1sdp: Use IMAGE_EFI_BOOT_FILES instead of IMAGE_BOOT_FILES Replaced IMAGE_BOOT_FILES variable with IMAGE_EFI_BOOT_FILES in the machine config file for N1SDP, in line with commit 85574ce0cf84eaf828334dd2fafadc18909e73b5 from oe-core. Change-Id: Ib7b76c01870dc10f49be4bb9c0b7623bd2819d46 Issue-Id: SCM-1300 Signed-off-by: Nathan Dunne Reviewed-by: Diego Sueiro Signed-off-by: Jon Mason --- meta-arm-bsp/conf/machine/n1sdp.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arm-bsp/conf/machine/n1sdp.conf b/meta-arm-bsp/conf/machine/n1sdp.conf index e4e6663e..9df3e502 100644 --- a/meta-arm-bsp/conf/machine/n1sdp.conf +++ b/meta-arm-bsp/conf/machine/n1sdp.conf @@ -15,7 +15,7 @@ SERIAL_CONSOLES = "115200;ttyAMA0" # Set default WKS WKS_FILE ?= "n1sdp-efidisk.wks" -IMAGE_BOOT_FILES ?= "n1sdp-multi-chip.dtb n1sdp-single-chip.dtb" +IMAGE_EFI_BOOT_FILES ?= "n1sdp-multi-chip.dtb n1sdp-single-chip.dtb" WKS_FILE_DEPENDS_append = " ${EXTRA_IMAGEDEPENDS}" # Use kernel provided by linaro (Contains support for SCMi or HDMI)