From 2e5cecc25f35e72752204702eece33f2695bcd4d Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Thu, 17 Sep 2015 17:14:27 -0300 Subject: [PATCH] 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 --- conf/machine/imx6ulevk.conf | 3 --- 1 file changed, 3 deletions(-) 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" -- 2.40.1