From 95e8bc2e0bed68b040d2b19d1dd62a4debcc1852 Mon Sep 17 00:00:00 2001 From: Duncan Laurie Date: Mon, 26 Oct 2015 14:10:31 -0700 Subject: [PATCH] chell: Set SPI flash chip to W25X40 Chell was still set to use W25Q64 instead of the W25X40 that is actually on the board. BUG=chrome-os-partner:46289 BRANCH=none TEST=successfully run "flash_ec --board=chell" Change-Id: If21e5f9a00600c97d81d2bb2a8700801ae5c2fd6 Signed-off-by: Duncan Laurie Reviewed-on: https://chromium-review.googlesource.com/308727 Reviewed-by: Shawn N --- board/chell/board.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/chell/board.h b/board/chell/board.h index c2aa7e6f45..c2cd17b7fd 100644 --- a/board/chell/board.h +++ b/board/chell/board.h @@ -69,7 +69,7 @@ #define CONFIG_SPI_FLASH_PORT 1 #define CONFIG_SPI_FLASH #define CONFIG_FLASH_SIZE 524288 -#define CONFIG_SPI_FLASH_W25Q64 +#define CONFIG_SPI_FLASH_W25X40 #define CONFIG_TEMP_SENSOR #define CONFIG_TEMP_SENSOR_BD99992GW