litex/software/bios/boot-helper.S
2012-05-21 22:57:12 +02:00

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 r5