summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorPraneeth Bajjuri <praneeth@ti.com>2021-03-26 09:41:10 +0000
committerPraneeth Bajjuri <praneeth@ti.com>2021-03-27 12:30:55 -0500
commit05dace2ab5d6881e7ce3fd977f1df0b48a927978 (patch)
treed2560097080484ebeb55225f182ae8fc714b2da5 /conf
parent2cd56f70fb5183f4619f11f0b71a668e7799197d (diff)
downloadmeta-ti-05dace2ab5d6881e7ce3fd977f1df0b48a927978.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')
-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