diff options
author | Udit Kumar <u-kumar1@ti.com> | 2025-04-10 18:57:46 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-04-15 11:55:17 -0600 |
commit | a8baac546fd9bfbf3f36af3d35b5a284a9664f4c (patch) | |
tree | e82928849b08d198ae96dfda3b02470a9f6abb2d | |
parent | 05a2b6984159e83d91420af283dd204bdbe07d65 (diff) |
doc: board: ti: Add optee rng support
J722S has hw rng, which can be used by OPTEE.
So remove option to use SW TRNG by OPTEE.
Signed-off-by: Udit Kumar <u-kumar1@ti.com>
Reviewed-by: Nishanth Menon <nm@ti.com>
Reviewed-by: Dhruva Gole <d-gole@ti.com>
-rw-r--r-- | doc/board/ti/j722s_evm.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/board/ti/j722s_evm.rst b/doc/board/ti/j722s_evm.rst index e5a1be50c4f..edc29a4f9e4 100644 --- a/doc/board/ti/j722s_evm.rst +++ b/doc/board/ti/j722s_evm.rst @@ -74,7 +74,6 @@ Set the variables corresponding to this platform: $ export UBOOT_CFG_CORTEXA=j722s_evm_a53_defconfig $ export TFA_BOARD=lite $ export OPTEE_PLATFORM=k3-am62x - $ export OPTEE_EXTRA_ARGS="CFG_WITH_SOFTWARE_PRNG=y" .. j722s_evm_rst_include_start_build_steps |