From 068e0f1a27aed3cf04deb175125ec35b4707c4f4 Mon Sep 17 00:00:00 2001 From: Fabio Berton Date: Fri, 16 Apr 2021 10:18:56 -0300 Subject: [PATCH] colibri-imx6: Set UBOOT_SUFFIX to img Override the default imx-base.inc value that uses UBOOT_SUFFIX_pn-${IMX_DEFAULT_BOOTLOADER} Signed-off-by: Fabio Berton --- conf/machine/colibri-imx6.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/colibri-imx6.conf b/conf/machine/colibri-imx6.conf index 99c2f57..425c915 100644 --- a/conf/machine/colibri-imx6.conf +++ b/conf/machine/colibri-imx6.conf @@ -20,6 +20,7 @@ RDEPENDS_${KERNEL_PACKAGE_NAME}-base = "" IMX_DEFAULT_BOOTLOADER = "u-boot-toradex" PREFERRED_PROVIDER_u-boot-default-script = "u-boot-script-toradex" +UBOOT_SUFFIX = "img" SPL_BINARY = "SPL" UBOOT_CONFIG ??= "spl" UBOOT_CONFIG[spl] = "colibri_imx6_defconfig,,u-boot.img"