summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2021-07-29 17:33:02 -0500
committerTom Hochstein <tom.hochstein@nxp.com>2021-07-29 17:33:02 -0500
commitdb32cfce6f02762c891e85af02fb509ecfec4433 (patch)
treed424a84d365903183c513ac3aad86161b12f6b23 /conf
parent9ddb7f820ba5dab5eb0a5f674d73114dcfee58f7 (diff)
downloadmeta-freescale-db32cfce6f02762c891e85af02fb509ecfec4433.tar.gz
imx8mp-evk.inc: Make jailhouse specific to NXP BSP
Align the jailhouse enablement for i.MX 8M Plus EVK with the other 8M EVK machines, making jailhouse specific to NXP BSP. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/imx8mp-evk.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/conf/machine/include/imx8mp-evk.inc b/conf/machine/include/imx8mp-evk.inc
index 814638d0..d070831f 100644
--- a/conf/machine/include/imx8mp-evk.inc
+++ b/conf/machine/include/imx8mp-evk.inc
@@ -3,11 +3,12 @@ MACHINEOVERRIDES =. "imx-boot-container:mx8:mx8m:mx8mp:"
3require conf/machine/include/imx-base.inc 3require conf/machine/include/imx-base.inc
4require conf/machine/include/tune-cortexa53.inc 4require conf/machine/include/tune-cortexa53.inc
5 5
6MACHINE_FEATURES += "pci wifi bluetooth jailhouse" 6MACHINE_FEATURES += "pci wifi bluetooth"
7 7
8# NXP BSP can consume proprietary jailhouse and Marvell drivers
8# OP-TEE is also applicable to NXP BSP, mainline BSP seems not to have 9# OP-TEE is also applicable to NXP BSP, mainline BSP seems not to have
9# a full support for it yet. 10# a full support for it yet.
10MACHINE_FEATURES_append_use-nxp-bsp = " optee mrvl8997" 11MACHINE_FEATURES_append_use-nxp-bsp = " optee jailhouse mrvl8997"
11 12
12# Mainline kernel contains only one DTB file for 13# Mainline kernel contains only one DTB file for
13# imx8mpevk machine 14# imx8mpevk machine