summaryrefslogtreecommitdiff
path: root/board/voxel
diff options
context:
space:
mode:
Diffstat (limited to 'board/voxel')
-rw-r--r--board/voxel/board.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/board/voxel/board.c b/board/voxel/board.c
index 6edea86fcc..ef392b5afd 100644
--- a/board/voxel/board.c
+++ b/board/voxel/board.c
@@ -455,12 +455,6 @@ static void board_tcpc_init(void)
}
DECLARE_HOOK(HOOK_INIT, board_tcpc_init, HOOK_PRIO_INIT_CHIPSET);
-__override int usb_retimer_fw_update_query_port(void)
-{
- /* Both USBC_PORT_C0 and USBC_PORT_C1 have burnside bridge retimer */
- return BIT(1) | BIT(0);
-}
-
/******************************************************************************/
/* TCPC support routines */
uint16_t tcpc_get_alert_status(void)