Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions hw/opentitan/ot_keymgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
Loading