mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
10 lines
151 B
ArmAsm
10 lines
151 B
ArmAsm
.section .text, "ax", @progbits
|
|
.global boot_helper
|
|
boot_helper:
|
|
/* Invalidate instruction cache */
|
|
wcsr ICC, r0
|
|
nop
|
|
nop
|
|
nop
|
|
nop
|
|
call r4
|