arm: stm32mp: stm32prog: PTA BSEC is not supported on closed device
authorPatrick Delaunay <patrick.delaunay@foss.st.com>
Wed, 20 Mar 2024 14:56:42 +0000 (15:56 +0100)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Fri, 25 Apr 2025 14:00:23 +0000 (16:00 +0200)
commit63e1a62fce380759d2146dd79a4d38d62814591e
tree1989303ad1df178c0327da9972f8aa4c6c24327f
parent6c66779549bb90ed086c7d4d5d869d739722cce4
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>
arch/arm/mach-stm32mp/cmd_stm32prog/stm32prog.c