mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
software/bios: fix picorv32 boot_helper
This commit is contained in:
parent
b5ee110e63
commit
692cb14245
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
.section .text, "ax", @progbits
|
||||
.global boot_helper
|
||||
boot_helper:
|
||||
nop
|
||||
jr x13
|
||||
|
|
Loading…
Reference in a new issue