summaryrefslogtreecommitdiff
path: root/board/plankton/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/plankton/board.c')
-rw-r--r--board/plankton/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/plankton/board.c b/board/plankton/board.c
index dbb3ff62b2..3f8e718f0e 100644
--- a/board/plankton/board.c
+++ b/board/plankton/board.c
@@ -741,7 +741,7 @@ static void board_init(void)
sn75dp130_redriver_init();
/* Initialize USB hub */
- if (system_get_reset_flags() & RESET_FLAG_POWER_ON)
+ if (system_get_reset_flags() & EC_RESET_FLAG_POWER_ON)
hook_call_deferred(&board_usb_hub_reset_no_return_data,
500 * MSEC);