]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx6dlsabreauto: Change to use u-boot-fslc
authorOtavio Salvador <otavio@ossystems.com.br>
Thu, 23 Oct 2014 22:34:23 +0000 (20:34 -0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 24 Oct 2014 00:48:00 +0000 (22:48 -0200)
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 <otavio@ossystems.com.br>
meta-fsl-arm/conf/machine/imx6dlsabreauto.conf

index 6477ba42e298386b8d641c4dad85877a40ccdac7..8c0fe8587d8115fc7f8f9c725dfbd89d44a1f443 100644 (file)
@@ -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"