From 68613116f97105d5c6f70a033cc170aef6913a86 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Thu, 23 Mar 2017 16:06:52 -0300 Subject: [PATCH] nitrogen6x: Use weak-default for virtual/kernel The virtual/kernel sometimes need to be overriden, adding the weak-default allow for easier handler of different providers. Change-Id: Ifc72665ec49686ad2219de9777860304aab02761 Signed-off-by: Otavio Salvador --- conf/machine/nitrogen6x.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/nitrogen6x.conf b/conf/machine/nitrogen6x.conf index f9b6cab..f35460d 100644 --- a/conf/machine/nitrogen6x.conf +++ b/conf/machine/nitrogen6x.conf @@ -43,7 +43,7 @@ KERNEL_DEVICETREE = "imx6q-sabrelite.dtb \ KERNEL_IMAGETYPE = "zImage" PREFERRED_PROVIDER_u-boot = "u-boot-boundary" -PREFERRED_PROVIDER_virtual/kernel ?= "linux-boundary" +PREFERRED_PROVIDER_virtual/kernel ??= "linux-boundary" # Use SPI NOR U-Boot by default IMAGE_BOOTLOADER ?= ""