From: Otavio Salvador Date: Thu, 17 Sep 2015 20:14:27 +0000 (-0300) Subject: imx6ulevk: Use U-Boot FSLC by default X-Git-Tag: 2.1~226 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=2e5cecc25f35e72752204702eece33f2695bcd4d;p=meta-freescale.git imx6ulevk: Use U-Boot FSLC by default The U-Boot 2015.10 adds support for the i.MX6 UltraLite so we can use it instead of Freescale fork, preferring the mainline code. Change-Id: I5dc770bcecd14120b5478b67d9a47eebfc834300 Signed-off-by: Otavio Salvador --- diff --git a/conf/machine/imx6ulevk.conf b/conf/machine/imx6ulevk.conf index 00423cbf..6a26768a 100644 --- a/conf/machine/imx6ulevk.conf +++ b/conf/machine/imx6ulevk.conf @@ -13,9 +13,6 @@ SOC_FAMILY = "mx6ul" KERNEL_DEVICETREE = "imx6ul-14x14-evk.dtb imx6ul-14x14-evk-csi.dtb" -PREFERRED_PROVIDER_u-boot = "u-boot-imx" -PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx" - UBOOT_CONFIG ??= "sd" UBOOT_CONFIG[sd] = "mx6ul_14x14_evk_config,sdcard" UBOOT_CONFIG[qspi1] = "mx6ul_14x14_evk_qspi1_config"