diff --git a/chip/npcx/system.c b/chip/npcx/system.c index 2d11217f5b..a0c0a749f0 100644 --- a/chip/npcx/system.c +++ b/chip/npcx/system.c @@ -169,7 +169,8 @@ void system_check_reset_cause(void) /* Use scratch bit to check power on reset or VCC1_RST reset */ if (!IS_BIT_SET(NPCX_RSTCTL, NPCX_RSTCTL_VCC1_RST_SCRATCH)) { -#ifdef BOARD_WHEATLEY +#if defined(BOARD_WHEATLEY) || defined(BOARD_EVE) + /* TODO(crosbug.com/p/61028): Remove workaround for Eve */ flags |= RESET_FLAG_RESET_PIN; #else /* Check for VCC1 reset */