summaryrefslogtreecommitdiff
path: root/chip/it83xx
diff options
context:
space:
mode:
Diffstat (limited to 'chip/it83xx')
-rw-r--r--chip/it83xx/system.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/chip/it83xx/system.c b/chip/it83xx/system.c
index fee95f2611..32ab43231f 100644
--- a/chip/it83xx/system.c
+++ b/chip/it83xx/system.c
@@ -94,7 +94,8 @@ int system_is_reboot_warm(void)
(reset_flags & RESET_FLAG_POWER_ON) ||
(reset_flags & RESET_FLAG_WATCHDOG) ||
(reset_flags & RESET_FLAG_HARD) ||
- (reset_flags & RESET_FLAG_SOFT))
+ (reset_flags & RESET_FLAG_SOFT) ||
+ (reset_flags & RESET_FLAG_HIBERNATE))
return 0;
else
return 1;