imx6sl-warp: Use mainline BSP instead of NXP one

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Otavio Salvador 2020-04-11 21:39:13 -03:00
parent 24086161c0
commit 27757cab9f

View File

@ -27,6 +27,8 @@ MACHINEOVERRIDES =. "mx6:mx6sl:"
include conf/machine/include/imx-base.inc
include conf/machine/include/tune-cortexa9.inc
IMX_DEFAULT_BSP = "mainline"
# WaRP uses eMMC boot partition by default and the u-boot inside .sdcard image
# does not override it. However, build u-boot binary anyway in order to provide
# a binary to be used if an update is needed
@ -37,7 +39,6 @@ EXTRA_IMAGEDEPENDS += "u-boot"
UBOOT_MACHINE ?= "warp_defconfig"
PREFERRED_PROVIDER_virtual/kernel ?= "linux-fslc-imx"
KERNEL_DEVICETREE = "imx6sl-warp.dtb"
SERIAL_CONSOLES = "115200;ttymxc0"