From fe77303bec6c78786a9df1dbdb33af64787e20c8 Mon Sep 17 00:00:00 2001 From: Shawn Nematbakhsh Date: Mon, 7 Sep 2015 14:12:57 -0700 Subject: cleanup: Remove redundant FLASH_SIZE CONFIGs Since there is no more concept of a flash region belonging only to the EC, we only need one FLASH_SIZE config, which represents the actual physical size of flash. BRANCH=None BUG=chrome-os-partner:23796 TEST=With entire patch series, on both Samus and Glados: - Verify 'version' EC console command is correct - Verify 'flashrom -p ec -r read.bin' reads back EC image - Verify software sync correctly flashes both EC and PD RW images Signed-off-by: Shawn Nematbakhsh Change-Id: I18a34a943e02c8a029f330f213a8634a2ca418b6 Reviewed-on: https://chromium-review.googlesource.com/297824 Commit-Ready: Shawn N Tested-by: Mulin Chao Reviewed-by: Randall Spangler --- board/kunimitsu/board.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/kunimitsu/board.h') diff --git a/board/kunimitsu/board.h b/board/kunimitsu/board.h index 21770782ab..e2421e1b24 100644 --- a/board/kunimitsu/board.h +++ b/board/kunimitsu/board.h @@ -75,7 +75,7 @@ #define CONFIG_SPI_FLASH_PORT 1 #define CONFIG_SPI_FLASH -#define CONFIG_SPI_FLASH_SIZE 524288 +#define CONFIG_FLASH_SIZE 524288 #define CONFIG_SPI_FLASH_W25Q64 #define CONFIG_TEMP_SENSOR -- cgit v1.2.1