aboutsummaryrefslogtreecommitdiffstats
path: root/src-riscv/boot.S
diff options
context:
space:
mode:
Diffstat (limited to 'src-riscv/boot.S')
-rw-r--r--src-riscv/boot.S11
1 files changed, 0 insertions, 11 deletions
diff --git a/src-riscv/boot.S b/src-riscv/boot.S
deleted file mode 100644
index d31e5fe..0000000
--- a/src-riscv/boot.S
+++ /dev/null
@@ -1,11 +0,0 @@
- .global _start
- .section .text.init
-_start:
- .option push
- .option norelax
- la gp, __global_pointer$
- .option pop
- la sp, _stack_top
-
- csrr a0, mhartid
- tail main