From d8d9184373899ffb0589e6aa0c4c67893e5ed47a Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Thu, 23 Oct 2014 20:34:23 -0200 Subject: [PATCH] imx6dlsabreauto: Change to use u-boot-fslc This board is now supported by u-boot-fslc so we move from u-boot-imx to it; this is preferred as this U-Boot fork follows closely the mainline tree which brings faster development cycle and helps to extend the test of i.MX6 support. Signed-off-by: Otavio Salvador --- meta-fsl-arm/conf/machine/imx6dlsabreauto.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/meta-fsl-arm/conf/machine/imx6dlsabreauto.conf b/meta-fsl-arm/conf/machine/imx6dlsabreauto.conf index 6477ba42..8c0fe858 100644 --- a/meta-fsl-arm/conf/machine/imx6dlsabreauto.conf +++ b/meta-fsl-arm/conf/machine/imx6dlsabreauto.conf @@ -11,10 +11,6 @@ SOC_FAMILY = "mx6:mx6dl" KERNEL_DEVICETREE = "imx6dl-sabreauto.dtb imx6dl-sabreauto-gpmi-weim.dtb imx6dl-sabreauto-ecspi.dtb " KERNEL_DEVICETREE += "imx6dl-sabreauto-flexcan1.dtb " -PREFERRED_PROVIDER_u-boot = "u-boot-imx" -PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx" -KERNEL_IMAGETYPE = "uImage" - UBOOT_CONFIG ??= "sd" UBOOT_CONFIG[sd] = "mx6dlsabreauto_config,sdcard" UBOOT_CONFIG[eimnor] = "mx6dlsabreauto_eimnor_config" -- 2.40.1