From 05dace2ab5d6881e7ce3fd977f1df0b48a927978 Mon Sep 17 00:00:00 2001 From: Praneeth Bajjuri Date: Fri, 26 Mar 2021 09:41:10 +0000 Subject: [PATCH] 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 Acked-by: Denys Dmytriyenko --- conf/machine/include/j7.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ require conf/machine/include/k3.inc SOC_FAMILY_append = ":j7" -OPTEEMACHINE = "k3-j7" +OPTEEMACHINE = "k3-j721e" OPTEEOUTPUTMACHINE = "k3" # Set the list of device targets for ti-pdk class recipes