summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/imx8mm-evk.inc
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2021-09-11 15:54:34 -0300
committerGitHub <noreply@github.com>2021-09-11 15:54:34 -0300
commit16e0d07d36787d14e9d00ff8123419863d1f19d2 (patch)
tree36a413f5702cd2d29b5023ec0762b71c27e4fac3 /conf/machine/include/imx8mm-evk.inc
parent25e9cbddbd32802634bafef62ba08da9821c604d (diff)
parentb821d72e7b7fc250eb80fa43a79ce31b88863239 (diff)
downloadmeta-freescale-16e0d07d36787d14e9d00ff8123419863d1f19d2.tar.gz
Merge pull request #859 from angolini/hardknott+bsp
Backport NXP BSP 5.10.35_2.0.0 to Hardknott
Diffstat (limited to 'conf/machine/include/imx8mm-evk.inc')
-rw-r--r--conf/machine/include/imx8mm-evk.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/include/imx8mm-evk.inc b/conf/machine/include/imx8mm-evk.inc
index 9b590fe0..62d5bfdd 100644
--- a/conf/machine/include/imx8mm-evk.inc
+++ b/conf/machine/include/imx8mm-evk.inc
@@ -5,13 +5,13 @@ require conf/machine/include/tune-cortexa53.inc
5 5
6MACHINE_FEATURES += "pci wifi bluetooth bcm43455 bcm4356" 6MACHINE_FEATURES += "pci wifi bluetooth bcm43455 bcm4356"
7 7
8# NXP BSP can consume BCM4359 and QCA9377 driver and firmware 8# NXP BSP can consume BCM4359 driver and firmware
9# Since the firmware is not available publicly, and rather distributed 9# Since the firmware is not available publicly, and rather distributed
10# under "Proprietary" license - we opt-out from using it in all BSPs 10# under "Proprietary" license - we opt-out from using it in all BSPs
11# and pin it to NXP BSP only 11# and pin it to NXP BSP only
12# OP-TEE is also applicable to NXP BSP, mainline BSP seems not to have 12# OP-TEE is also applicable to NXP BSP, mainline BSP seems not to have
13# a full support for it yet. 13# a full support for it yet.
14MACHINE_FEATURES_append_use-nxp-bsp = " optee bcm4359 qca9377" 14MACHINE_FEATURES_append_use-nxp-bsp = " optee bcm4359"
15 15
16KERNEL_DEVICETREE = " \ 16KERNEL_DEVICETREE = " \
17 freescale/${KERNEL_DEVICETREE_BASENAME}.dtb \ 17 freescale/${KERNEL_DEVICETREE_BASENAME}.dtb \