Merge pull request #192 from Ossanes/topic/imx6dl-riotboard-uboot

imx6dl-riotboard: Fix u-boot target
This commit is contained in:
Otavio Salvador 2022-02-17 14:56:32 -03:00 committed by GitHub
commit f8d9213da7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@ MACHINEOVERRIDES =. "mx6:mx6dl:"
UBOOT_MACHINE = "riotboard_defconfig"
UBOOT_SUFFIX = "imx"
UBOOT_MAKE_TARGET = "u-boot.imx"
PREFERRED_PROVIDER_virtual/kernel ?= "linux-fslc"
KERNEL_DEVICETREE = "imx6dl-riotboard.dtb"