Skip to content

Commit 0597eb9

Browse files
tomi-fontendre-nordic
authored andcommitted
Revert "crypto: CRACEN: Ensure KMU status is not busy after reset"
This reverts commit 3c91356. This is now taken care of by the MDK startup code. Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
1 parent 86bfe87 commit 0597eb9

File tree

1 file changed

+0
-6
lines changed
  • subsys/nrf_security/src/drivers/cracen/cracenpsa/src

1 file changed

+0
-6
lines changed

subsys/nrf_security/src/drivers/cracen/cracenpsa/src/cracen.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -126,12 +126,6 @@ int cracen_init(void)
126126
return 0;
127127
}
128128

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 */
135129
cracen_acquire();
136130
if (IS_ENABLED(CONFIG_CRACEN_USE_INTERRUPTS)) {
137131
cracen_interrupts_init();

0 commit comments

Comments
 (0)