diff options
| author | Tom Hochstein <tom.hochstein@nxp.com> | 2020-12-12 14:58:22 -0600 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2021-01-21 08:37:58 -0300 |
| commit | 60c0ac6e015df134f4c1dc3ffbfc3ac8daf23ccf (patch) | |
| tree | 596a5fcc75018141ff06dfbf23877c8171201321 /conf/machine/imx8mpevk.conf | |
| parent | ac25d3a3d09a2707d9ee614d3ed506fd2ebe2f83 (diff) | |
| download | meta-freescale-60c0ac6e015df134f4c1dc3ffbfc3ac8daf23ccf.tar.gz | |
imx8m*evk.conf: Fix use-nxp-bsp override errors
When `use-nxp-bsp` is active, several variables are missing default values and
contain only the additional values for `use-nxp-bsp`. Fix this by replacing
the override `_use-nxp-bsp_append` with `_append_use-nxp-bsp`.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'conf/machine/imx8mpevk.conf')
| -rw-r--r-- | conf/machine/imx8mpevk.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/imx8mpevk.conf b/conf/machine/imx8mpevk.conf index 1fbf0eef2..123c4d368 100644 --- a/conf/machine/imx8mpevk.conf +++ b/conf/machine/imx8mpevk.conf | |||
| @@ -10,7 +10,7 @@ require conf/machine/include/imx-base.inc | |||
| 10 | require conf/machine/include/tune-cortexa53.inc | 10 | require conf/machine/include/tune-cortexa53.inc |
| 11 | 11 | ||
| 12 | MACHINE_FEATURES += "pci wifi bluetooth optee" | 12 | MACHINE_FEATURES += "pci wifi bluetooth optee" |
| 13 | MACHINE_FEATURES_use-nxp-bsp_append = " mrvl8997" | 13 | MACHINE_FEATURES_append_use-nxp-bsp = " mrvl8997" |
| 14 | 14 | ||
| 15 | # Mainline kernel contains only one DTB file for | 15 | # Mainline kernel contains only one DTB file for |
| 16 | # imx8mpevk machine | 16 | # imx8mpevk machine |
| @@ -18,7 +18,7 @@ KERNEL_DEVICETREE = "freescale/imx8mp-evk.dtb" | |||
| 18 | 18 | ||
| 19 | # NXP kernel has additional DTB files for various board configuration and | 19 | # NXP kernel has additional DTB files for various board configuration and |
| 20 | # derivates. Include them here for NXP BSP only | 20 | # derivates. Include them here for NXP BSP only |
| 21 | KERNEL_DEVICETREE_use-nxp-bsp_append = " \ | 21 | KERNEL_DEVICETREE_append_use-nxp-bsp = " \ |
| 22 | freescale/imx8mp-ab2.dtb \ | 22 | freescale/imx8mp-ab2.dtb \ |
| 23 | freescale/imx8mp-evk-basler.dtb \ | 23 | freescale/imx8mp-evk-basler.dtb \ |
| 24 | freescale/imx8mp-evk-dsp.dtb \ | 24 | freescale/imx8mp-evk-dsp.dtb \ |
