mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
5 lines
88 B
ArmAsm
5 lines
88 B
ArmAsm
.section .text, "ax", @progbits
|
|
.global boot_helper
|
|
boot_helper:
|
|
l.jr r6
|
|
l.nop
|