From 8caa382273b6437a81c083241face140ed3da324 Mon Sep 17 00:00:00 2001 From: Daiane Angolini Date: Tue, 20 Sep 2016 16:02:11 -0300 Subject: [PATCH] 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 Signed-off-by: Otavio Salvador --- conf/machine/imx7s-warp.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/imx7s-warp.conf b/conf/machine/imx7s-warp.conf index 18a5954..93a3992 100644 --- a/conf/machine/imx7s-warp.conf +++ b/conf/machine/imx7s-warp.conf @@ -13,7 +13,7 @@ SOC_FAMILY = "mx7:mx7d" KERNEL_DEVICETREE = "imx7s-warp.dtb" -PREFERRED_PROVIDER_virtual/kernel ?= "linux-fslc-imx" +PREFERRED_PROVIDER_virtual/kernel ?= "linux-warp7" UBOOT_CONFIG ??= "sd" UBOOT_CONFIG[sd] = "warp7_config,sdcard"