diff options
| author | Tom Hochstein <tom.hochstein@nxp.com> | 2021-04-07 09:30:49 -0500 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2021-04-07 13:19:38 -0300 |
| commit | 543d3dc94c9d0e20adf97de360ea7ead8e734704 (patch) | |
| tree | 762f9813577e9df167fd51c2656c5a514f6b09b2 | |
| parent | cda690ce76b47b0e238fdc377683cede97250008 (diff) | |
| download | meta-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.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 adacb104e..09517769f 100644 --- a/conf/machine/imx8mp-ddr4-evk.conf +++ b/conf/machine/imx8mp-ddr4-evk.conf | |||
| @@ -6,6 +6,10 @@ | |||
| 6 | 6 | ||
| 7 | require include/imx8mp-evk.inc | 7 | require 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. | ||
| 11 | IMX_DEFAULT_BOOTLOADER_use-mainline-bsp = "u-boot-imx" | ||
| 12 | |||
| 9 | KERNEL_DEVICETREE_BASENAME = "${MACHINE}" | 13 | KERNEL_DEVICETREE_BASENAME = "${MACHINE}" |
| 10 | 14 | ||
| 11 | UBOOT_CONFIG_BASENAME = "imx8mp_ddr4_evk" | 15 | UBOOT_CONFIG_BASENAME = "imx8mp_ddr4_evk" |
