diff --git a/firmware/system.c b/firmware/system.c index 1d5bb21ff6..056d7eb162 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;