From 75ddf4cd675d2427b5051b808de620e4502121db Mon Sep 17 00:00:00 2001 From: Caveh Jalali Date: Wed, 2 Jun 2021 00:41:01 -0700 Subject: COIL: Remove CONFIG_SPI_MASTER_PORT This removes the CONFIG_SPI_MASTER_PORT config option as no code actually uses it. BRANCH=none BUG=b:181607131 TEST=make buildall passes; "compare_build.sh -b all" shows no difference Change-Id: Iddcfa2b36e4100063bb6ad36941f09ac56b0be94 Signed-off-by: Caveh Jalali Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2932468 Reviewed-by: Harry Cutts --- board/hoho/board.h | 1 - 1 file changed, 1 deletion(-) (limited to 'board/hoho/board.h') diff --git a/board/hoho/board.h b/board/hoho/board.h index 21fb536a6f..8e6ec34b3d 100644 --- a/board/hoho/board.h +++ b/board/hoho/board.h @@ -27,7 +27,6 @@ /* TODO(tbroch) Re-enable once STM spi master can be inhibited at boot so it doesn't interfere with HDMI loading its f/w */ #undef CONFIG_SPI_FLASH -#define CONFIG_SPI_MASTER_PORT 2 #define CONFIG_SPI_CS_GPIO GPIO_PD_MCDP_SPI_CS_L #define CONFIG_USB #define CONFIG_USB_BOS -- cgit v1.2.1