All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-arm][krogoth][PATCH] imx6qpsabresd: Set u-boot-imx as u-boot PREFERRED_PROVIDER
@ 2016-11-18 16:31 Fabio Berton
  0 siblings, 0 replies; only message in thread
From: Fabio Berton @ 2016-11-18 16:31 UTC (permalink / raw)
  To: meta-freescale

u-boot-fslc doesn't support mx6qpsabresd and we need to use u-boot-imx
as default bootloader.

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
---
 conf/machine/imx6qpsabresd.conf | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/conf/machine/imx6qpsabresd.conf b/conf/machine/imx6qpsabresd.conf
index 2e7ee47..894a05c 100644
--- a/conf/machine/imx6qpsabresd.conf
+++ b/conf/machine/imx6qpsabresd.conf
@@ -10,6 +10,9 @@ SOC_FAMILY = "mx6:mx6q"
 
 KERNEL_DEVICETREE = "imx6qp-sabresd.dtb imx6qp-sabresd-ldo.dtb imx6qp-sabresd-btwifi.dtb imx6qp-sabresd-hdcp.dtb"
 
+PREFERRED_PROVIDER_u-boot = "u-boot-imx"
+PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx"
+
 UBOOT_CONFIG ??= "sd"
 UBOOT_CONFIG[sd] = "mx6qpsabresd_config,sdcard"
 UBOOT_CONFIG[sata] = "mx6qpsabresd_sata_config"
-- 
2.1.4



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-11-18 16:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-18 16:31 [meta-fsl-arm][krogoth][PATCH] imx6qpsabresd: Set u-boot-imx as u-boot PREFERRED_PROVIDER Fabio Berton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.