]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx8mp-ddr4-evk: Set mainline BSP to use u-boot-imx for now
authorTom Hochstein <tom.hochstein@nxp.com>
Wed, 7 Apr 2021 14:30:49 +0000 (09:30 -0500)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 7 Apr 2021 16:19:38 +0000 (13:19 -0300)
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 <tom.hochstein@nxp.com>
conf/machine/imx8mp-ddr4-evk.conf

index adacb104ec0b2e3aa436a96b298ecb2597383268..09517769f00b5d0cd87d9cae79c111a5ea340a6d 100644 (file)
@@ -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"