summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/fw_base.S3
1 files changed, 0 insertions, 3 deletions
diff --git a/firmware/fw_base.S b/firmware/fw_base.S
index cc6381d..07edc74 100644
--- a/firmware/fw_base.S
+++ b/firmware/fw_base.S
@@ -400,9 +400,6 @@ _start_warm:
/* Setup trap handler */
la a4, _trap_handler
csrw CSR_MTVEC, a4
- /* Make sure that mtvec is updated */
-1: csrr a5, CSR_MTVEC
- bne a4, a5, 1b
/* Initialize SBI runtime */
csrr a0, CSR_MSCRATCH