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 aac99cc555..2a4b753948 100644
--- a/firmware/rolo.c
+++ b/firmware/rolo.c
@@ -161,7 +161,7 @@ void rolo_restart(const unsigned char* source, unsigned char* dest,
161 /* Wait for the COP to tell us it is rebooting */ 161 /* Wait for the COP to tell us it is rebooting */
162 while(cpu_reply != 2); 162 while(cpu_reply != 2);
163#endif 163#endif
164 164
165 asm volatile( 165 asm volatile(
166 "mov r0, #0x10000000 \n" 166 "mov r0, #0x10000000 \n"
167 "mov pc, r0 \n" 167 "mov pc, r0 \n"