Skip to content
Open
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: 1 addition & 1 deletion sw/device/silicon_creator/lib/drivers/otbn.c
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ rom_error_t sc_otbn_load_app(const sc_otbn_app_t app) {
void sc_otbn_patch(void) {
enum {
// Offset in the code of the bad instruction:
kBugOffset = 0x958,
kBugOffset = 0x888,
// The bad instruction is:
// bn.rshi w16, w20, w31 >> 192
kBadInstr = 0xc1fa387b,
Expand Down
Loading