remove usb and fix startup

Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
2019-01-22 12:30:52 +13:00
parent 9295c3d6cc
commit 686640f2e0
3 changed files with 4 additions and 329 deletions

View File

@ -1,5 +1,7 @@
.global main
.global isr
.section .text.start
.global _start
_start:
@ -12,6 +14,7 @@ _start:
nop
nop
.section .text
.global trap_entry
trap_entry:
sw x1, - 1*4(sp)