summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2023-07-22 06:43:03 -0300
committerGitHub <noreply@github.com>2023-07-22 06:43:03 -0300
commit4c47fa9f37dafc4cbb5fe201966f174c1c0a7af9 (patch)
tree00dccdd9584d378ee55f6c97632ba024ff8143c2
parent29cc534d074f224e0e2d46122a349c0a9b61d0c2 (diff)
parent2aa356ff68a5287f60c4b793e9538f48ac770e24 (diff)
downloadmeta-freescale-4c47fa9f37dafc4cbb5fe201966f174c1c0a7af9.tar.gz
Merge pull request #1616 from ricardosalveti/mx93
imx93-evk: use correct name for the iw612 machine feature
-rw-r--r--conf/machine/include/imx93-evk.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/imx93-evk.inc b/conf/machine/include/imx93-evk.inc
index fca79e78..d3655c29 100644
--- a/conf/machine/include/imx93-evk.inc
+++ b/conf/machine/include/imx93-evk.inc
@@ -2,7 +2,7 @@ require conf/machine/include/imx-base.inc
2require conf/machine/include/arm/armv8-2a/tune-cortexa55.inc 2require conf/machine/include/arm/armv8-2a/tune-cortexa55.inc
3 3
4MACHINE_FEATURES += "pci wifi bluetooth" 4MACHINE_FEATURES += "pci wifi bluetooth"
5MACHINE_FEATURES:append:use-nxp-bsp = " optee jailhouse iw612" 5MACHINE_FEATURES:append:use-nxp-bsp = " optee jailhouse nxpiw612-sdio"
6 6
7KERNEL_DEVICETREE = " \ 7KERNEL_DEVICETREE = " \
8 freescale/${KERNEL_DEVICETREE_BASENAME}.dtb \ 8 freescale/${KERNEL_DEVICETREE_BASENAME}.dtb \