Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sdfw_services: Allow rpc_init to fail in ssf_client init
Allow nrf_rpc_init to fail duing the ssf_client initialization. This call will try to initialize all transports, since we initialize ssf_client early during the boot some other IPC transports might fail to initialize. This is not an issue since it the other transports can get initialized later in the boot process. The change here checks that only the relevant transport has been initialized. Signed-off-by: Georgios Vasilakis <[email protected]>
- Loading branch information