fix the vexriscv boot helper
This commit is contained in:
parent
5ab4282e57
commit
7353197e21
|
@ -1,4 +1,4 @@
|
||||||
.section .text, "ax", @progbits
|
.section .text, "ax", @progbits
|
||||||
.global boot_helper
|
.global boot_helper
|
||||||
boot_helper:
|
boot_helper:
|
||||||
nop
|
jr x13
|
||||||
|
|
Loading…
Reference in New Issue