SE driver: save the persistent data after calling p_init
This commit is contained in:
parent
d9348f218e
commit
c84c70a83c
1 changed files with 3 additions and 0 deletions
|
@ -289,6 +289,9 @@ psa_status_t psa_init_all_se_drivers( void )
|
||||||
driver->lifetime );
|
driver->lifetime );
|
||||||
if( status != PSA_SUCCESS )
|
if( status != PSA_SUCCESS )
|
||||||
return( status );
|
return( status );
|
||||||
|
status = psa_save_se_persistent_data( driver );
|
||||||
|
if( status != PSA_SUCCESS )
|
||||||
|
return( status );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return( PSA_SUCCESS );
|
return( PSA_SUCCESS );
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue