commit | 52fb2ee53c90933f4d5b8a27e88c515f97729f86 | [log] [tgz] |
---|---|---|
author | Kevin Peng <kevin.peng@arm.com> | Sun Jan 30 12:06:22 2022 +0800 |
committer | Kevin Peng <kevin.peng@arm.com> | Mon Feb 07 17:49:47 2022 +0800 |
tree | 74dd3194959e21a5257fd9becad0ebb1929d7809 | |
parent | 15c16ab36aad41117a42007994b7426f0f6b24e4 [diff] |
Corstone-1000: Fix build error when no connection-based services When there are no connection-based services, the tfm_rpc_connect and tfm_rpc_close APIs are not needed and not available. This patch fixes the issue in Corstone-1000 platform code. The issue is that those two APIs are always called, should be called depends on the API availability. Change-Id: Ie5f8c02d63e35c7d55d2ab3dad5fd2fd5e902fe1 Signed-off-by: Kevin Peng <kevin.peng@arm.com>