diff --git a/hw/opentitan/ot_keymgr.c b/hw/opentitan/ot_keymgr.c index c7afa38b1354b..0af3863681827 100644 --- a/hw/opentitan/ot_keymgr.c +++ b/hw/opentitan/ot_keymgr.c @@ -1836,8 +1836,6 @@ static bool ot_keymgr_main_fsm_tick(OtKeyMgrState *s) ot_keymgr_update_irq(s); } else if (op_start) { ot_keymgr_change_op_status(s, KEYMGR_OP_STATUS_WIP); - } else { - ot_keymgr_change_op_status(s, KEYMGR_OP_STATUS_IDLE); } /* lock CFG_REGWEN when an operation is ongoing */