summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/rolo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/rolo.c b/firmware/rolo.c
index a18a073..a76a892 100644
--- a/firmware/rolo.c
+++ b/firmware/rolo.c
@@ -169,8 +169,8 @@ void rolo_restart(const unsigned char* source, unsigned char* dest,
);
#elif defined(CPU_TCC780X) || (CONFIG_CPU==IMX31L)
- /* Flush cache */
- flush_icache();
+ /* Flush and invalidate caches */
+ invalidate_icache();
asm volatile(
"mov pc, %0 \n"