From: Udit Kumar Date: Thu, 10 Apr 2025 13:27:46 +0000 (+0530) Subject: doc: board: ti: Add optee rng support X-Git-Tag: v2025.07-rc1~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8baac546fd9bfbf3f36af3d35b5a284a9664f4c;p=thirdparty%2Fu-boot.git 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 Reviewed-by: Nishanth Menon Reviewed-by: Dhruva Gole --- 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