From fddf4e703d8673b8ea62f81c8aba3943cfeffea5 Mon Sep 17 00:00:00 2001 From: Jett Rink Date: Mon, 21 May 2018 10:22:55 -0600 Subject: lpc: add explicit LPC define in board.h The ITE eval board relied on the chip's define for LPC. Since the ITE chip supports both LPC and eSPI, we want to define LPC here to be explicit. BRANCH=none BUG=chromium:818804 TEST=Full stack builds and works on yorp (espi) and grunt (lpc) Change-Id: Ic477277543c1f24999070dc408052c7266df22e6 Signed-off-by: Jett Rink Reviewed-on: https://chromium-review.googlesource.com/1067501 Reviewed-by: Randall Spangler --- board/it83xx_evb/board.h | 1 + 1 file changed, 1 insertion(+) diff --git a/board/it83xx_evb/board.h b/board/it83xx_evb/board.h index 8da6cf79d0..a3e02f1c8e 100644 --- a/board/it83xx_evb/board.h +++ b/board/it83xx_evb/board.h @@ -30,6 +30,7 @@ #define CONFIG_SPI #define CONFIG_SPI_FLASH_PORT 0 #define CONFIG_UART_HOST +#define CONFIG_HOSTCMD_LPC #if IT83XX_PD_EVB /* PD */ -- cgit v1.2.1