litex/software/bios/boot-helper.S

11 lines
151 B
ArmAsm
Raw Normal View History

.section .text, "ax", @progbits
.global boot_helper
boot_helper:
/* Invalidate instruction cache */
wcsr ICC, r0
nop
nop
nop
nop
2013-05-28 10:15:30 -04:00
call r4