From b2a36b06e5fd1dc7e01cbf62d5c09421353f6000 Mon Sep 17 00:00:00 2001 From: Fabio Berton Date: Wed, 30 Aug 2017 09:19:35 -0300 Subject: [PATCH] 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 Signed-off-by: Otavio Salvador --- conf/machine/cgtqmx6.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/machine/cgtqmx6.conf b/conf/machine/cgtqmx6.conf index ef7c54e..fd85be0 100644 --- a/conf/machine/cgtqmx6.conf +++ b/conf/machine/cgtqmx6.conf @@ -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"