aboutsummaryrefslogtreecommitdiff
path: root/pk/pk.S
diff options
context:
space:
mode:
Diffstat (limited to 'pk/pk.S')
-rw-r--r--pk/pk.S15
1 files changed, 0 insertions, 15 deletions
diff --git a/pk/pk.S b/pk/pk.S
index f657343..e69de29 100644
--- a/pk/pk.S
+++ b/pk/pk.S
@@ -1,15 +0,0 @@
-// See LICENSE for license details.
-
-#include "encoding.h"
-
-.section .text,"ax",@progbits
-.globl _start
-_start:
- la gp, _gp
- la sp, stack_top
- csrw mscratch, sp
-
- li t0, MSTATUS_FS | MSTATUS_XS
- csrs mstatus, t0
-
- call boot