From c3e5f41eec1ea1138a6c9b93eacbbe0edcde907c Mon Sep 17 00:00:00 2001 From: Devin Lu Date: Tue, 19 Oct 2021 18:25:00 +0800 Subject: vell: Remove unused daughter-board types Vell only has one daughter-board type. Remove other unused types. BUG=b:186907625 BRANCH=none TEST=make BOARD=vell Signed-off-by: Devin Lu Change-Id: I5d81b91eb396d8aa7bfa3c3b18c186a89889c03b Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3276017 Reviewed-by: caveh jalali --- board/vell/usbc_config.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'board/vell/usbc_config.h') diff --git a/board/vell/usbc_config.h b/board/vell/usbc_config.h index 5d08a446fb..f21e2c17dc 100644 --- a/board/vell/usbc_config.h +++ b/board/vell/usbc_config.h @@ -3,7 +3,7 @@ * found in the LICENSE file. */ -/* Brya board-specific USB-C configuration */ +/* Vell board-specific USB-C configuration */ #ifndef __CROS_EC_USBC_CONFIG_H #define __CROS_EC_USBC_CONFIG_H @@ -17,6 +17,4 @@ enum usbc_port { USBC_PORT_COUNT }; -void config_usb_db_type(void); - #endif /* __CROS_EC_USBC_CONFIG_H */ -- cgit v1.2.1