summaryrefslogtreecommitdiff
path: root/board/brask/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/brask/board.c')
-rw-r--r--board/brask/board.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/board/brask/board.c b/board/brask/board.c
index bdab1a7199..a9c6b57ec5 100644
--- a/board/brask/board.c
+++ b/board/brask/board.c
@@ -12,7 +12,6 @@
#include "power.h"
#include "switch.h"
#include "throttle_ap.h"
-#include "usbc_config.h"
#include "gpio_list.h" /* Must come after other header files. */
@@ -30,11 +29,6 @@ BUILD_ASSERT(ARRAY_SIZE(usb_port_enable) == USB_PORT_COUNT);
/******************************************************************************/
-__override void board_cbi_init(void)
-{
- config_usb_db_type();
-}
-
int board_set_active_charge_port(int port)
{
/* TODO(b/197514362): set either barreljack or typec port */