imx7s-warp: Use linux-warp7 by default

Both linux-fslc-imx and linux-warp7 have support and are currently working
with WaRP7. However, there are some patches on linux-warp7 not upstreamed to
linux-fslc-imx.

So, let's use the fork linux-warp7 by default.

Signed-off-by: Daiane Angolini <daiane.angolini@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Daiane Angolini 2016-09-20 16:02:11 -03:00 committed by Otavio Salvador
parent e9c6eb07c3
commit 8caa382273

View File

@ -13,7 +13,7 @@ SOC_FAMILY = "mx7:mx7d"
KERNEL_DEVICETREE = "imx7s-warp.dtb" KERNEL_DEVICETREE = "imx7s-warp.dtb"
PREFERRED_PROVIDER_virtual/kernel ?= "linux-fslc-imx" PREFERRED_PROVIDER_virtual/kernel ?= "linux-warp7"
UBOOT_CONFIG ??= "sd" UBOOT_CONFIG ??= "sd"
UBOOT_CONFIG[sd] = "warp7_config,sdcard" UBOOT_CONFIG[sd] = "warp7_config,sdcard"