summaryrefslogtreecommitdiff
path: root/firmware/target
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target')
-rw-r--r--firmware/target/arm/mmu-arm.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/mmu-arm.S b/firmware/target/arm/mmu-arm.S
index 2ffc834a0c..e8482a8d94 100644
--- a/firmware/target/arm/mmu-arm.S
+++ b/firmware/target/arm/mmu-arm.S
@@ -396,5 +396,5 @@ cpucache_invalidate:
396 mov r2, lr @ save lr to r1, call uses r0 only 396 mov r2, lr @ save lr to r1, call uses r0 only
397 bl invalidate_dcache @ Clean and invalidate entire DCache 397 bl invalidate_dcache @ Clean and invalidate entire DCache
398 mcr p15, 0, r1, c7, c5, 0 @ Invalidate ICache (r1=0 from call) 398 mcr p15, 0, r1, c7, c5, 0 @ Invalidate ICache (r1=0 from call)
399 mov pc, r2 @ 399 bx r2
400 .size invalidate_idcache, .-invalidate_idcache 400 .size invalidate_idcache, .-invalidate_idcache