cgtqmx6: Fix PREFERRED_PROVIDER for u-boot and virtual/bootloader

Set u-boot-congatec for both  u-boot and virtual/bootloader
PREFERRED_PROVIDER and use a softer assignment for these variable.

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Fabio Berton 2017-08-30 09:19:35 -03:00 committed by Otavio Salvador
parent d231eb3f07
commit b2a36b06e5

View File

@ -9,7 +9,8 @@ MACHINEOVERRIDES =. "mx6:mx6dl:mx6q:"
include conf/machine/include/imx-base.inc
include conf/machine/include/tune-cortexa9.inc
PREFERRED_PROVIDER_u-boot = "u-boot-congatec"
PREFERRED_PROVIDER_u-boot ?= "u-boot-congatec"
PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-congatec"
UBOOT_MAKE_TARGET = ""
UBOOT_SUFFIX = "img"
SPL_BINARY = "SPL"