summaryrefslogtreecommitdiff
path: root/riscv/reset_vec.S
diff options
context:
space:
mode:
authorJon French2018-12-28 15:12:00 +0000
committerJon French2018-12-28 15:12:00 +0000
commitb59fba68e535f39b6285ec7f4f693107b6e34148 (patch)
tree3135513ac4b23f96b41f3d521990f1ce91206c99 /riscv/reset_vec.S
parent9f6a95882e1d3d057bcb83d098ba1b63925a4d1f (diff)
parent2c887e7d01331d3165120695594eac7a2650ec03 (diff)
Merge branch 'sail2' into rmem_interpreter
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