summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2021-04-07 09:30:49 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2021-04-07 13:19:38 -0300
commit543d3dc94c9d0e20adf97de360ea7ead8e734704 (patch)
tree762f9813577e9df167fd51c2656c5a514f6b09b2
parentcda690ce76b47b0e238fdc377683cede97250008 (diff)
downloadmeta-freescale-543d3dc94c9d0e20adf97de360ea7ead8e734704.tar.gz
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 <tom.hochstein@nxp.com>
-rw-r--r--conf/machine/imx8mp-ddr4-evk.conf4
1 files changed, 4 insertions, 0 deletions
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 @@
6 6
7require include/imx8mp-evk.inc 7require include/imx8mp-evk.inc
8 8
9# FIXME: This machine is not yet supported by u-boot-fslc, so for now
10# use u-boot-imx for mainline.
11IMX_DEFAULT_BOOTLOADER_use-mainline-bsp = "u-boot-imx"
12
9KERNEL_DEVICETREE_BASENAME = "${MACHINE}" 13KERNEL_DEVICETREE_BASENAME = "${MACHINE}"
10 14
11UBOOT_CONFIG_BASENAME = "imx8mp_ddr4_evk" 15UBOOT_CONFIG_BASENAME = "imx8mp_ddr4_evk"