summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include/j7200.inc
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2023-01-20 01:40:47 +0000
committerRyan Eatmon <reatmon@ti.com>2023-01-24 12:51:24 -0600
commitc9f9e4e9ac674af216a1a205d3f392d4a1cac19c (patch)
treef9ca1cb5d1ab8e30c5deb0ce83626a9de43a0189 /meta-ti-bsp/conf/machine/include/j7200.inc
parentf5653ce0ae0675449315a3350859f8fc2c93f530 (diff)
downloadmeta-ti-c9f9e4e9ac674af216a1a205d3f392d4a1cac19c.tar.gz
conf: machine: Remove j7 grouping and j7.inc
J7 is an unneeded level of grouping that is now causing issues and leading to mistakes when adding new J7 based platforms. Each J7x family device should use the SoC name specifically to prevent accidentally adding or removing features that are not meant for the new SoC. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/include/j7200.inc')
-rw-r--r--meta-ti-bsp/conf/machine/include/j7200.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-ti-bsp/conf/machine/include/j7200.inc b/meta-ti-bsp/conf/machine/include/j7200.inc
index ce88567c..3aedb3f8 100644
--- a/meta-ti-bsp/conf/machine/include/j7200.inc
+++ b/meta-ti-bsp/conf/machine/include/j7200.inc
@@ -1,2 +1,5 @@
1require conf/machine/include/j7.inc 1require conf/machine/include/k3.inc
2SOC_FAMILY:append = ":j7200" 2SOC_FAMILY:append = ":j7200"
3
4OPTEEMACHINE = "k3-j721e"
5OPTEEOUTPUTMACHINE = "k3"