]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
doc: ti: j7200_evm: Fix OPTEE platform name
authorNishanth Menon <nm@ti.com>
Wed, 1 Nov 2023 14:50:25 +0000 (09:50 -0500)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 11 Nov 2023 00:44:08 +0000 (01:44 +0100)
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>
doc/board/ti/j7200_evm.rst

index bcf8dc1c5f0d43ce76be82d3bf8f9e59dc9c4633..35b554166e4544f8909bfc7ce75468a1b519d262 100644 (file)
@@ -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