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:
parent
a4a1123e80
commit
14d7fab4a0
1 changed files with 0 additions and 3 deletions
|
@ -23,9 +23,6 @@ static struct cfg_data cfg;
|
||||||
|
|
||||||
void main(void)
|
void main(void)
|
||||||
{
|
{
|
||||||
/* Initialize the TFM NS interface */
|
|
||||||
tfm_ns_interface_init();
|
|
||||||
|
|
||||||
/* Initialise the logger subsys and dump the current buffer. */
|
/* Initialise the logger subsys and dump the current buffer. */
|
||||||
log_init();
|
log_init();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue