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 86bfe87 commit 0597eb9Copy full SHA for 0597eb9
subsys/nrf_security/src/drivers/cracen/cracenpsa/src/cracen.c
@@ -126,12 +126,6 @@ int cracen_init(void)
126
return 0;
127
}
128
129
-#if defined(NRF54LM20A_ENGA_XXAA) || defined(NRF54LV10A_ENGA_XXAA)
130
- /* Can be removed once NCSDK-33222 is addressed */
131
- while (NRF_KMU->STATUS == KMU_STATUS_STATUS_Busy) {
132
- /* Do nothing */
133
- }
134
-#endif /* NRF54LM20A_ENGA_XXAA || NRF54LV10A_ENGA_XXAA */
135
cracen_acquire();
136
if (IS_ENABLED(CONFIG_CRACEN_USE_INTERRUPTS)) {
137
cracen_interrupts_init();
0 commit comments