summaryrefslogtreecommitdiff
path: root/chip/mec1322/system.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/mec1322/system.c')
-rw-r--r--chip/mec1322/system.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/chip/mec1322/system.c b/chip/mec1322/system.c
index 2526704b0c..4c8631a616 100644
--- a/chip/mec1322/system.c
+++ b/chip/mec1322/system.c
@@ -287,6 +287,9 @@ void system_hibernate(uint32_t seconds, uint32_t microseconds)
cflush();
+ if (board_hibernate)
+ board_hibernate();
+
/* Disable interrupts */
interrupt_disable();
for (i = 0; i < 3; ++i)