summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/system.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/system.c b/firmware/system.c
index 1d5bb21..056d7eb 100644
--- a/firmware/system.c
+++ b/firmware/system.c
@@ -306,6 +306,7 @@ void system_reboot (void)
asm volatile ("ldc\t%0,vbr" : : "r"(0));
+ PACR2 |= 0x4000; /* for coldstart detection */
IPRA = 0;
IPRB = 0;
IPRC = 0;