From: Tom Hochstein Date: Wed, 7 Apr 2021 14:30:49 +0000 (-0500) Subject: imx8mp-ddr4-evk: Set mainline BSP to use u-boot-imx for now X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=543d3dc94c9d0e20adf97de360ea7ead8e734704;p=meta-freescale.git imx8mp-ddr4-evk: Set mainline BSP to use u-boot-imx for now Since u-boot-fslc doesn't yet support this machine, set the configuration for mainline BSP to use u-boot-imx. Fixes #710. Signed-off-by: Tom Hochstein --- diff --git a/conf/machine/imx8mp-ddr4-evk.conf b/conf/machine/imx8mp-ddr4-evk.conf index adacb104..09517769 100644 --- a/conf/machine/imx8mp-ddr4-evk.conf +++ b/conf/machine/imx8mp-ddr4-evk.conf @@ -6,6 +6,10 @@ require include/imx8mp-evk.inc +# FIXME: This machine is not yet supported by u-boot-fslc, so for now +# use u-boot-imx for mainline. +IMX_DEFAULT_BOOTLOADER_use-mainline-bsp = "u-boot-imx" + KERNEL_DEVICETREE_BASENAME = "${MACHINE}" UBOOT_CONFIG_BASENAME = "imx8mp_ddr4_evk"