summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/npcx9_evb/board.c7
-rw-r--r--board/npcx9_evb/board.h2
-rw-r--r--chip/npcx/config_chip-npcx9.h2
3 files changed, 0 insertions, 11 deletions
diff --git a/board/npcx9_evb/board.c b/board/npcx9_evb/board.c
index 892c0d1031..3f1f460fc5 100644
--- a/board/npcx9_evb/board.c
+++ b/board/npcx9_evb/board.c
@@ -98,13 +98,6 @@ const struct i2c_port_t i2c_ports[] = {
const unsigned int i2c_ports_used = ARRAY_SIZE(i2c_ports);
/******************************************************************************/
-/* SPI devices */
-const struct spi_device_t spi_devices[] = {
- { CONFIG_SPI_FLASH_PORT, 0, GPIO_SPI_CS_L},
-};
-const unsigned int spi_devices_used = ARRAY_SIZE(spi_devices);
-
-/******************************************************************************/
/* Wake-up pins for hibernate */
const enum gpio_signal hibernate_wake_pins[] = {
GPIO_AC_PRESENT,
diff --git a/board/npcx9_evb/board.h b/board/npcx9_evb/board.h
index f91fd1c28d..209c25a803 100644
--- a/board/npcx9_evb/board.h
+++ b/board/npcx9_evb/board.h
@@ -11,7 +11,6 @@
/* EC modules */
#define CONFIG_ADC
#define CONFIG_PWM
-#define CONFIG_SPI
#define CONFIG_I2C
/* Features of eSPI */
#define CONFIG_HOSTCMD_ESPI
@@ -37,7 +36,6 @@
#define CONFIG_CMD_STACKOVERFLOW
#define CONFIG_CMD_JUMPTAGS
#define CONFIG_CMD_FLASH
-#define CONFIG_CMD_SPI_FLASH
#define CONFIG_CMD_SCRATCHPAD
#define CONFIG_CMD_I2CWEDGE
diff --git a/chip/npcx/config_chip-npcx9.h b/chip/npcx/config_chip-npcx9.h
index 9f7b0f52d0..a13723f980 100644
--- a/chip/npcx/config_chip-npcx9.h
+++ b/chip/npcx/config_chip-npcx9.h
@@ -98,8 +98,6 @@
#endif
/* Internal spi-flash setting */
-#define CONFIG_SPI_FLASH_PORT 0
-#define CONFIG_SPI_FLASH
#define CONFIG_SPI_FLASH_REGS
#define CONFIG_SPI_FLASH_W25Q40 /* Internal spi flash type */
#define CONFIG_FLASH_SIZE 0x00080000 /* 512 KB internal spi flash */