summaryrefslogtreecommitdiff
path: root/riscv/reset_vec.S
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/reset_vec.S')
-rw-r--r--riscv/reset_vec.S12
1 files changed, 0 insertions, 12 deletions
diff --git a/riscv/reset_vec.S b/riscv/reset_vec.S
deleted file mode 100644
index 526bbc79..00000000
--- a/riscv/reset_vec.S
+++ /dev/null
@@ -1,12 +0,0 @@
-.global _start
-
-.text
-
-_start:
- auipc t0, 0x0
- addi a1, t0, 32
- csrr a0, mhartid
- ld t0, 24(t0)
- jr t0
-.short 0x0000
-.word 0x00000000, 0x80000000