From b4ab0ce1c023f61600e81ec62b0388fa61752ea0 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Thu, 24 Sep 2015 12:28:07 -0300 Subject: [PATCH] imx7dsabresd: Use U-Boot FSLC by default The U-Boot 2015.10 adds support for the i.MX7 so we can use it instead of Freescale fork, preferring the mainline code. Change-Id: Ib375f8aa10a482b631eb99d7b5eb86866c87351e Signed-off-by: Otavio Salvador --- conf/machine/imx7dsabresd.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/conf/machine/imx7dsabresd.conf b/conf/machine/imx7dsabresd.conf index 9ee9ea37..f59a5956 100644 --- a/conf/machine/imx7dsabresd.conf +++ b/conf/machine/imx7dsabresd.conf @@ -16,9 +16,6 @@ KERNEL_DEVICETREE = "imx7d-sdb.dtb imx7d-sdb-enet.dtb imx7d-sdb-epdc.dtb \ imx7d-sdb-qspi.dtb imx7d-sdb-wm8960.dtb imx7d-sdb-sim.dtb \ imx7d-sdb-touch.dtb" -PREFERRED_PROVIDER_u-boot = "u-boot-imx" -PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx" - UBOOT_CONFIG ??= "sd" UBOOT_CONFIG[sd] = "mx7dsabresd_config,sdcard" UBOOT_CONFIG[qspi1] = "mx7dsabresd_qspi1_config" -- 2.40.1