colibri-imx6: Use strong assignment to set IMX_DEFAULT_BOOTLOADER

The weak assignment doesn't override the default imx-base.inc value, and
as the only bootloader provider is u-boot-toradex, we don't need to
allow override.

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
This commit is contained in:
Fabio Berton 2021-04-16 10:18:13 -03:00 committed by Otavio Salvador
parent bd4e85fc05
commit afb1afd28d

View File

@ -17,8 +17,8 @@ KERNEL_IMAGETYPE = "zImage"
# The kernel lives in a seperate FAT partition, don't deploy it in /boot/
RDEPENDS_${KERNEL_PACKAGE_NAME}-base = ""
IMX_DEFAULT_BOOTLOADER ??= "u-boot-toradex"
PREFERRED_PROVIDER_u-boot-default-script ?= "u-boot-script-toradex"
IMX_DEFAULT_BOOTLOADER = "u-boot-toradex"
PREFERRED_PROVIDER_u-boot-default-script = "u-boot-script-toradex"
SPL_BINARY = "SPL"
UBOOT_CONFIG ??= "spl"