aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2023-11-01 09:50:25 -0500
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2023-11-11 01:44:08 +0100
commit0e20948598b138972d26929d4dc323db5646dc08 (patch)
tree039658deeb7d7b5c2bc6000ea0b1e0ab4834e879
parent550a9ffecda50c6c6c7b8b91c6bfdcf8e50dc871 (diff)
downloadu-boot-0e20948598b138972d26929d4dc323db5646dc08.zip
u-boot-0e20948598b138972d26929d4dc323db5646dc08.tar.gz
u-boot-0e20948598b138972d26929d4dc323db5646dc08.tar.bz2
doc: ti: j7200_evm: Fix OPTEE platform name
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>
-rw-r--r--doc/board/ti/j7200_evm.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/board/ti/j7200_evm.rst b/doc/board/ti/j7200_evm.rst
index bcf8dc1..35b5541 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