Merge pull request #177 from Ossanes/topic/imx6sl-warp-uboot

imx6sl-warp: Fix u-boot suffix
This commit is contained in:
Otavio Salvador 2021-10-25 16:50:12 -03:00 committed by GitHub
commit 5ed5d23b4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,6 +37,7 @@ IMX_DEFAULT_BSP = "mainline"
EXTRA_IMAGEDEPENDS += "u-boot"
UBOOT_MACHINE ?= "warp_defconfig"
UBOOT_SUFFIX = "imx"
KERNEL_DEVICETREE = "imx6sl-warp.dtb"