samples: psa_leve1: do not re-initialize NS interface

TF-M NS interface is initialized by the TF-M module
code, so it does not need to be re-initialized in the
sample code.

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
Ioannis Glaropoulos 2021-05-04 09:15:17 +02:00
commit 14d7fab4a0

View file

@ -23,9 +23,6 @@ static struct cfg_data cfg;
void main(void)
{
/* Initialize the TFM NS interface */
tfm_ns_interface_init();
/* Initialise the logger subsys and dump the current buffer. */
log_init();