summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2019-08-28 18:46:48 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-08-30 16:22:31 +0000
commit49785d691509db4a01f87a6d1bd77d9e58cc71d1 (patch)
treec86cd84060ad8593902be399a344c3860c3b892b /conf
parent5ececd29f75eda27e91457992b5efdae3f9c9c97 (diff)
downloadmeta-ti-49785d691509db4a01f87a6d1bd77d9e58cc71d1.tar.gz
j7-evm.conf: Correcting the core list for j7-evm (mpu2/3_x to mcu2/3_x)
There is no mpu2_1,mpu3_0,mpu3_1 for j7-evm. They should have been mcu2_1,mcu3_0 and mcu3_1 respectively. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/j7-evm.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/j7-evm.conf b/conf/machine/j7-evm.conf
index 98a4258b..668dace0 100644
--- a/conf/machine/j7-evm.conf
+++ b/conf/machine/j7-evm.conf
@@ -33,4 +33,4 @@ do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do
33# Set the list of device targets for ti-pdk class recipes 33# Set the list of device targets for ti-pdk class recipes
34TI_PDK_LIMIT_SOCS = "j721e" 34TI_PDK_LIMIT_SOCS = "j721e"
35TI_PDK_LIMIT_BOARDS = "j721e_evm" 35TI_PDK_LIMIT_BOARDS = "j721e_evm"
36TI_PDK_LIMIT_CORES = "mpu1_0 mcu1_0 mcu1_1 mcu2_0 mpu2_1 mpu3_0 mpu3_1 c66xdsp_1 c66xdsp_2 c7x_1" 36TI_PDK_LIMIT_CORES = "mpu1_0 mcu1_0 mcu1_1 mcu2_0 mcu2_1 mcu3_0 mcu3_1 c66xdsp_1 c66xdsp_2 c7x_1"