commit | 285025f4fcfba8a52163f9c8c2925f025a432688 | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@foss.st.com> | Wed Mar 20 15:56:42 2024 +0100 |
committer | Patrice Chotard <patrice.chotard@foss.st.com> | Fri Apr 25 16:00:23 2025 +0200 |
tree | 1989303ad1df178c0327da9972f8aa4c6c24327f | |
parent | f2de19da0d28b938dd76469bf76ea381f30eba72 [diff] |
arm: stm32mp: stm32prog: PTA BSEC is not supported on closed device On closed device the PTA BSEC is never supported and the current check if PTA BSEC is supported cause a OP-TEE error: E/TC tee_ta_open_session This patch removed this warning on closed device, because the check is skipped. Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com> Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>