summaryrefslogtreecommitdiff
path: root/board/chell/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/chell/board.c')
-rw-r--r--board/chell/board.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/board/chell/board.c b/board/chell/board.c
index 48e71a6366..2dcd5328b3 100644
--- a/board/chell/board.c
+++ b/board/chell/board.c
@@ -411,7 +411,7 @@ void board_hibernate(void)
/* Make the pmic re-sequence the power rails under these conditions. */
#define PMIC_RESET_FLAGS \
- (RESET_FLAG_WATCHDOG | RESET_FLAG_SOFT | RESET_FLAG_HARD)
+ (EC_RESET_FLAG_WATCHDOG | EC_RESET_FLAG_SOFT | EC_RESET_FLAG_HARD)
static void board_handle_reboot(void)
{
int flags;
@@ -426,8 +426,8 @@ static void board_handle_reboot(void)
return;
/* Preserve AP off request. */
- if (flags & RESET_FLAG_AP_OFF)
- chip_save_reset_flags(RESET_FLAG_AP_OFF);
+ if (flags & EC_RESET_FLAG_AP_OFF)
+ chip_save_reset_flags(EC_RESET_FLAG_AP_OFF);
ccprintf("Restarting system with PMIC.\n");
/* Flush console */