imx6sl-warp: Modify default kernel provider

Change default kernel provider to linux-fslc-imx in order to avoid
a board without SOC_FAMILY.

linux-fslc and linux-fslc-imx has the same feature support for the board.

Signed-off-by: Breno Lima <breno.lima@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Breno Lima 2016-08-10 16:41:01 -03:00 committed by Otavio Salvador
parent 3dfb82fc7e
commit 884e37262d

View File

@ -35,9 +35,11 @@ EXTRA_IMAGEDEPENDS += "u-boot"
UBOOT_MACHINE ?= "warp_defconfig"
PREFERRED_PROVIDER_virtual/kernel ?= "linux-fslc"
PREFERRED_PROVIDER_virtual/kernel ?= "linux-fslc-imx"
KERNEL_DEVICETREE = "imx6sl-warp.dtb"
SOC_FAMILY = "mx6:mx6sl"
SERIAL_CONSOLE = "115200 ttymxc0"
MACHINE_FEATURES += "wifi bluetooth serial"