* [PATCH] doc: ti: j7200_evm: Fix OPTEE platform name
@ 2023-11-01 14:50 Nishanth Menon
0 siblings, 0 replies; only message in thread
From: Nishanth Menon @ 2023-11-01 14:50 UTC (permalink / raw)
To: Tom Rini
Cc: u-boot, Nishanth Menon, Reid Tonking, Udit Kumar,
Manorit Chawdhry, Andrew Davis, Neha Malcom Francis,
Heinrich Schuchardt
k3-j7200 does not exist in upstream OPTEE. Use j721e as the platform
name. Using k3-j7200 as OPTEE name results in broken boot due to wrong
configuration being picked.
Fixes: c727b81d6530 ("doc: board: ti: k3: Reuse build instructions")
Signed-off-by: Nishanth Menon <nm@ti.com>
---
Cc: Reid Tonking <reidt@ti.com>
Cc: Udit Kumar <u-kumar1@ti.com>
Cc: Manorit Chawdhry <m-chawdhry@ti.com>
Cc: Andrew Davis <afd@ti.com>
Cc: Neha Malcom Francis <n-francis@ti.com>
Cc: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Logs: https://gist.github.com/nmenon/0b05a556ce8ff91ec070c7c0c0fb62f3
(before and after)
doc/board/ti/j7200_evm.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/board/ti/j7200_evm.rst b/doc/board/ti/j7200_evm.rst
index bcf8dc1c5f0d..35b554166e45 100644
--- a/doc/board/ti/j7200_evm.rst
+++ b/doc/board/ti/j7200_evm.rst
@@ -71,7 +71,7 @@ Set the variables corresponding to this platform:
$ export TFA_BOARD=generic
$ # we dont use any extra TFA parameters
$ unset TFA_EXTRA_ARGS
- $ export OPTEE_PLATFORM=k3-j7200
+ $ export OPTEE_PLATFORM=k3-j721e
$ # we dont use any extra OP-TEE parameters
$ unset OPTEE_EXTRA_ARGS
--
2.40.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-11-01 14:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-01 14:50 [PATCH] doc: ti: j7200_evm: Fix OPTEE platform name Nishanth Menon
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.