diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2022-08-02 08:28:38 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-02 08:28:38 -0300 |
| commit | 79d3af06dc2c0e50b3928f6ad110c1cbbdbc235d (patch) | |
| tree | 23222829fbdc0352b5f9ed64335c8198b4cc7f99 | |
| parent | 865cfdfd1b864191b4da9c6dfdca93e434ef12bf (diff) | |
| parent | 15be26ce8c7e3f5a941601584923131682be45a8 (diff) | |
| download | meta-freescale-79d3af06dc2c0e50b3928f6ad110c1cbbdbc235d.tar.gz | |
Merge pull request #1161 from thochstein/imx8mq-evk
imx8mq-evk.conf: Extend fix for `u-boot-imx` and `u-boot-fslc`
| -rw-r--r-- | conf/machine/imx8mq-evk.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/conf/machine/imx8mq-evk.conf b/conf/machine/imx8mq-evk.conf index a2a81f4c8..ace294246 100644 --- a/conf/machine/imx8mq-evk.conf +++ b/conf/machine/imx8mq-evk.conf | |||
| @@ -4,7 +4,11 @@ | |||
| 4 | #@DESCRIPTION: Machine configuration for NXP i.MX 8M Quad Evaluation Kit | 4 | #@DESCRIPTION: Machine configuration for NXP i.MX 8M Quad Evaluation Kit |
| 5 | #@MAINTAINER: Jun Zhu <junzhu@nxp.com> | 5 | #@MAINTAINER: Jun Zhu <junzhu@nxp.com> |
| 6 | 6 | ||
| 7 | MACHINEOVERRIDES =. "imx-boot-container:mx8mq:" | 7 | MACHINEOVERRIDES =. "mx8mq:" |
| 8 | |||
| 9 | # FIXME: u-boot-imx should be converted to `binman` and then we can | ||
| 10 | # avoid this specific overrides and handle it in a generic way. | ||
| 11 | MACHINEOVERRIDES =. "${@bb.utils.contains('IMX_DEFAULT_BOOTLOADER', 'u-boot-imx', '', 'imx-boot-container:', d)}" | ||
| 8 | 12 | ||
| 9 | require conf/machine/include/imx-base.inc | 13 | require conf/machine/include/imx-base.inc |
| 10 | require conf/machine/include/arm/armv8a/tune-cortexa53.inc | 14 | require conf/machine/include/arm/armv8a/tune-cortexa53.inc |
