mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
4 lines
81 B
ArmAsm
4 lines
81 B
ArmAsm
.section .text, "ax", @progbits
|
|
.global boot_helper
|
|
boot_helper:
|
|
call r4
|