Skip to content

Commit

Permalink
Run from application
Browse files Browse the repository at this point in the history
PRE_KERNEL_1 does not work, POST_KERNEL does not work, run
from application

Signed-off-by: Sean Madigan <[email protected]>
  • Loading branch information
sean-madigan committed Jan 31, 2025
1 parent e94b82c commit 0a60047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mbedtls/psa_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ static int _psa_crypto_init(void)
* like entropy_psa_crypto (which has a higher priority number).
* This is done without dependency on CONFIG_MBEDTLS_INIT.
*/
SYS_INIT(_psa_crypto_init, PRE_KERNEL_1, CONFIG_KERNEL_INIT_PRIORITY_DEFAULT);
SYS_INIT(_psa_crypto_init, APPLICATION, CONFIG_KERNEL_INIT_PRIORITY_DEFAULT);

0 comments on commit 0a60047

Please sign in to comment.