summaryrefslogtreecommitdiffstats
path: root/conf/machine/j7-evm.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/j7-evm.conf')
-rw-r--r--conf/machine/j7-evm.conf11
1 files changed, 1 insertions, 10 deletions
diff --git a/conf/machine/j7-evm.conf b/conf/machine/j7-evm.conf
index 9e910067..aedfc825 100644
--- a/conf/machine/j7-evm.conf
+++ b/conf/machine/j7-evm.conf
@@ -2,7 +2,7 @@
2#@NAME: J7 EVM 2#@NAME: J7 EVM
3#@DESCRIPTION: Machine configuration for the TI J7 EVM 3#@DESCRIPTION: Machine configuration for the TI J7 EVM
4 4
5require conf/machine/include/k3.inc 5require conf/machine/include/j7.inc
6 6
7SERIAL_CONSOLES = "115200;ttyS2 115200;ttyS3" 7SERIAL_CONSOLES = "115200;ttyS2 115200;ttyS3"
8SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" 8SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
@@ -16,12 +16,3 @@ KERNEL_DEVICETREE = " \
16" 16"
17 17
18UBOOT_MACHINE = "j721e_evm_a72_config" 18UBOOT_MACHINE = "j721e_evm_a72_config"
19
20OPTEEMACHINE = "k3"
21OPTEEFLAVOR = "j7"
22OPTEEOUTPUTMACHINE = "k3"
23
24# Set the list of device targets for ti-pdk class recipes
25TI_PDK_LIMIT_SOCS = "j721e j7200"
26TI_PDK_LIMIT_BOARDS = "j721e_evm j7200_evm"
27TI_PDK_LIMIT_CORES = "mpu1_0 mcu1_0 mcu1_1 mcu2_0 mcu2_1 mcu3_0 mcu3_1 c66xdsp_1 c66xdsp_2 c7x_1"