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 <fabio.berton@ossystems.com.br>
This commit is contained in:
Fabio Berton 2021-04-16 10:18:56 -03:00 committed by Otavio Salvador
parent afb1afd28d
commit 068e0f1a27

View File

@ -20,6 +20,7 @@ RDEPENDS_${KERNEL_PACKAGE_NAME}-base = ""
IMX_DEFAULT_BOOTLOADER = "u-boot-toradex" IMX_DEFAULT_BOOTLOADER = "u-boot-toradex"
PREFERRED_PROVIDER_u-boot-default-script = "u-boot-script-toradex" PREFERRED_PROVIDER_u-boot-default-script = "u-boot-script-toradex"
UBOOT_SUFFIX = "img"
SPL_BINARY = "SPL" SPL_BINARY = "SPL"
UBOOT_CONFIG ??= "spl" UBOOT_CONFIG ??= "spl"
UBOOT_CONFIG[spl] = "colibri_imx6_defconfig,,u-boot.img" UBOOT_CONFIG[spl] = "colibri_imx6_defconfig,,u-boot.img"