diff options
author | 2021-04-07 09:30:49 -0500 | |
---|---|---|
committer | 2021-04-07 13:19:38 -0300 | |
commit | 543d3dc94c9d0e20adf97de360ea7ead8e734704 (patch) | |
tree | 762f9813577e9df167fd51c2656c5a514f6b09b2 | |
parent | cda690ce76b47b0e238fdc377683cede97250008 (diff) | |
download | meta-freescale-543d3dc94c9d0e20adf97de360ea7ead8e734704.tar.gz meta-freescale-543d3dc94c9d0e20adf97de360ea7ead8e734704.tar.bz2 meta-freescale-543d3dc94c9d0e20adf97de360ea7ead8e734704.zip |
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.conf | 4 |
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 @@ 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" |