colibri-imx6: use soft assignment for u-boot-default-script provider

Some users might want to change u-boot-default-script preferred
provider, so let's use a soft assignment for that.

Signed-off-by: Sergio Prado <sergio.prado@toradex.com>
This commit is contained in:
Sergio Prado 2022-07-14 09:04:39 -03:00
parent dfae23f66e
commit 596d36a3cd

View File

@ -20,7 +20,7 @@ KERNEL_IMAGETYPE = "zImage"
RRECOMMENDS:${KERNEL_PACKAGE_NAME}-base = ""
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"