From 558c465165acf494905fa59c822c7190b4646899 Mon Sep 17 00:00:00 2001 From: Shawn Nematbakhsh Date: Sat, 5 Sep 2015 17:27:37 -0700 Subject: cleanup: Remove CDRAM / CODERAM CONFIGs CDRAM / CODERAM configs were previously used for chips which copied code from external SPI to program memory prior to execution, and were used inconsistently between npcx and mec1322. These CONFIGs are now completely redundant given new configs like CONFIG_MAPPED_STORAGE_BASE and CONFIG_EXTERNAL_STORAGE. 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: I0e054ab4c939f9dcf54abee8e5ebd9b2e42fe9c4 Reviewed-on: https://chromium-review.googlesource.com/297804 Commit-Ready: Shawn N Tested-by: Shawn N Reviewed-by: Randall Spangler --- board/npcx_evb/board.h | 3 --- board/npcx_evb_arm/board.h | 3 --- 2 files changed, 6 deletions(-) (limited to 'board') diff --git a/board/npcx_evb/board.h b/board/npcx_evb/board.h index 7f1b3529a4..bebdbb6a11 100644 --- a/board/npcx_evb/board.h +++ b/board/npcx_evb/board.h @@ -8,9 +8,6 @@ #ifndef __CROS_EC_BOARD_H #define __CROS_EC_BOARD_H -/* Support Code RAM architecture (Run code in RAM) */ -#define CONFIG_CODERAM_ARCH - /* Optional modules */ #define CONFIG_ADC #define CONFIG_PECI diff --git a/board/npcx_evb_arm/board.h b/board/npcx_evb_arm/board.h index 4c795059ac..e9ccaea25b 100644 --- a/board/npcx_evb_arm/board.h +++ b/board/npcx_evb_arm/board.h @@ -8,9 +8,6 @@ #ifndef __CROS_EC_BOARD_H #define __CROS_EC_BOARD_H -/* Support Code RAM architecture (Run code in RAM) */ -#define CONFIG_CODERAM_ARCH - /* Optional modules */ #define CONFIG_ADC #define CONFIG_PWM -- cgit v1.2.1