Skip to content

Commit e1a32f4

Browse files
committed
Run from application
PRE_KERNEL_1 does not work, POST_KERNEL does not work, run from application Signed-off-by: Sean Madigan <[email protected]>
1 parent b10a005 commit e1a32f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/mbedtls/psa_init.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ static int _psa_crypto_init(void)
2020
* like entropy_psa_crypto (which has a higher priority number).
2121
* This is done without dependency on CONFIG_MBEDTLS_INIT.
2222
*/
23-
SYS_INIT(_psa_crypto_init, PRE_KERNEL_1, CONFIG_KERNEL_INIT_PRIORITY_DEFAULT);
23+
SYS_INIT(_psa_crypto_init, APPLICATION, CONFIG_KERNEL_INIT_PRIORITY_DEFAULT);

0 commit comments

Comments
 (0)