All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-arm-extra PATCH 1/2] m53evk: Remove duplicated setting of U-Boot preferred provider
@ 2013-08-20  2:33 Otavio Salvador
  2013-08-20  2:33 ` [meta-fsl-arm-extra PATCH 2/2] Rework machines to use dtb file in KERNEL_DEVICETREE variable Otavio Salvador
  0 siblings, 1 reply; 4+ messages in thread
From: Otavio Salvador @ 2013-08-20  2:33 UTC (permalink / raw)
  To: meta-freescale Mailing List; +Cc: Otavio Salvador

The system already default for u-boot-fslc as provider so we shouldn't
hardcode it here.

Change-Id: I4472561b74f857813b5f1f2b9d8ed2d68f479c8d
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 conf/machine/m53evk.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/machine/m53evk.conf b/conf/machine/m53evk.conf
index a3de52a..293aa66 100644
--- a/conf/machine/m53evk.conf
+++ b/conf/machine/m53evk.conf
@@ -11,7 +11,7 @@ SOC_FAMILY = "mx5:mx53"
 UBOOT_MACHINE = "m53evk_config"
 
 PREFERRED_PROVIDER_virtual/kernel = "linux-denx"
-PREFERRED_PROVIDER_u-boot ?= "u-boot-fslc"
+
 KERNEL_IMAGETYPE = "uImage"
 KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx53-m53evk.dts"
 
-- 
1.8.4.rc1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-08-20 16:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-20  2:33 [meta-fsl-arm-extra PATCH 1/2] m53evk: Remove duplicated setting of U-Boot preferred provider Otavio Salvador
2013-08-20  2:33 ` [meta-fsl-arm-extra PATCH 2/2] Rework machines to use dtb file in KERNEL_DEVICETREE variable Otavio Salvador
2013-08-20 15:49   ` Daiane Angolini
2013-08-20 16:51     ` Otavio Salvador

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.