Merge pull request #72 from bunnie/fix_riscv_boothelper
fix the vexriscv boot helper
This commit is contained in:
commit
c534250c43
|
@ -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