summaryrefslogtreecommitdiff
path: root/firmware/rolo.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/rolo.c')
-rw-r--r--firmware/rolo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/rolo.c b/firmware/rolo.c
index 6bb0bb13a1..56a2169872 100644
--- a/firmware/rolo.c
+++ b/firmware/rolo.c
@@ -70,7 +70,7 @@ void rolo_restart_cop(void)
70 return; 70 return;
71 } 71 }
72 72
73 COP_INT_CLR = -1; 73 COP_INT_DIS = -1;
74 74
75 /* Invalidate cache */ 75 /* Invalidate cache */
76 invalidate_icache(); 76 invalidate_icache();