summaryrefslogtreecommitdiffstats
path: root/conf/machine/include
diff options
context:
space:
mode:
authorPraneeth Bajjuri <praneeth@ti.com>2021-03-26 09:41:10 +0000
committerPraneeth Bajjuri <praneeth@ti.com>2021-03-26 08:15:15 -0500
commit5809a83e37e4ebfd5d0ac56a93b0f7faafe43d8f (patch)
tree6125d0745636e0d787d328e8abbb89f9c5342ada /conf/machine/include
parentdd2f003ad305cd8e73a872dbdbbc254c466173e8 (diff)
downloadmeta-ti-5809a83e37e4ebfd5d0ac56a93b0f7faafe43d8f.tar.gz
conf/machine: fix OPTEEMACHINE name for J721e
OPTEEMACHINE name as defined in the optee_os project [1] for j721e is k3-j721e. This patch fixes the name to correct target. [1]: https://github.com/OP-TEE/optee_os/commit/87613cf9520db2e65bc8367d3e13c4217c13bdad Signed-off-by: Praneeth Bajjuri <praneeth@ti.com> Acked-by: Denys Dmytriyenko <denys@konsulko.com>
Diffstat (limited to 'conf/machine/include')
-rw-r--r--conf/machine/include/j7.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/j7.inc b/conf/machine/include/j7.inc
index 7d326f4a..c187f299 100644
--- a/conf/machine/include/j7.inc
+++ b/conf/machine/include/j7.inc
@@ -1,7 +1,7 @@
1require conf/machine/include/k3.inc 1require conf/machine/include/k3.inc
2SOC_FAMILY_append = ":j7" 2SOC_FAMILY_append = ":j7"
3 3
4OPTEEMACHINE = "k3-j7" 4OPTEEMACHINE = "k3-j721e"
5OPTEEOUTPUTMACHINE = "k3" 5OPTEEOUTPUTMACHINE = "k3"
6 6
7# Set the list of device targets for ti-pdk class recipes 7# Set the list of device targets for ti-pdk class recipes