aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/samsung/exynos5250/wakeup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/samsung/exynos5250/wakeup.c')
-rw-r--r--src/cpu/samsung/exynos5250/wakeup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cpu/samsung/exynos5250/wakeup.c b/src/cpu/samsung/exynos5250/wakeup.c
index 5764c83bd6..02f2ccd2db 100644
--- a/src/cpu/samsung/exynos5250/wakeup.c
+++ b/src/cpu/samsung/exynos5250/wakeup.c
@@ -28,8 +28,8 @@ void wakeup(void)
power_init(); /* Ensure ps_hold_setup() for early wakeup. */
power_exit_wakeup();
- /* Should never return. */
- die("Failed to wake up.\n");
+ /* Should never return. If we do, reset. */
+ power_reset();
}
int get_wakeup_state(void)