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 2a352b4f72..316d23f8e1 100644
--- a/firmware/rolo.c
+++ b/firmware/rolo.c
@@ -181,7 +181,7 @@ void rolo_restart(const unsigned char* source, unsigned char* dest,
181 : : "r"(dest) 181 : : "r"(dest)
182 ); 182 );
183#elif defined(CPU_MIPS) 183#elif defined(CPU_MIPS)
184 cpucache_invalidate(); 184 __dcache_writeback_all();
185 asm volatile( 185 asm volatile(
186 "jr %0 \n" 186 "jr %0 \n"
187 : : "r"(dest) 187 : : "r"(dest)