summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx8mpevk.conf
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2020-12-12 14:58:22 -0600
committerOtavio Salvador <otavio@ossystems.com.br>2021-01-21 08:37:58 -0300
commit60c0ac6e015df134f4c1dc3ffbfc3ac8daf23ccf (patch)
tree596a5fcc75018141ff06dfbf23877c8171201321 /conf/machine/imx8mpevk.conf
parentac25d3a3d09a2707d9ee614d3ed506fd2ebe2f83 (diff)
downloadmeta-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.conf4
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
10require conf/machine/include/tune-cortexa53.inc 10require conf/machine/include/tune-cortexa53.inc
11 11
12MACHINE_FEATURES += "pci wifi bluetooth optee" 12MACHINE_FEATURES += "pci wifi bluetooth optee"
13MACHINE_FEATURES_use-nxp-bsp_append = " mrvl8997" 13MACHINE_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
21KERNEL_DEVICETREE_use-nxp-bsp_append = " \ 21KERNEL_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 \