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 06ae9e1380..6bb0bb13a1 100644
--- a/firmware/rolo.c
+++ b/firmware/rolo.c
@@ -142,7 +142,7 @@ void rolo_restart(const unsigned char* source, unsigned char* dest,
142 : : "a"(dest) 142 : : "a"(dest)
143 ); 143 );
144#elif defined(CPU_PP502x) 144#elif defined(CPU_PP502x)
145 CPU_INT_CLR = -1; 145 CPU_INT_DIS = -1;
146 146
147 /* Flush cache */ 147 /* Flush cache */
148 flush_icache(); 148 flush_icache();