We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e94b82c commit 0a60047Copy full SHA for 0a60047
modules/mbedtls/psa_init.c
@@ -20,4 +20,4 @@ static int _psa_crypto_init(void)
20
* like entropy_psa_crypto (which has a higher priority number).
21
* This is done without dependency on CONFIG_MBEDTLS_INIT.
22
*/
23
-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 commit comments