summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorAnton Staaf <robotboy@chromium.org>2015-09-08 09:00:33 -0700
committerchrome-bot <chrome-bot@chromium.org>2015-09-08 18:43:47 -0700
commit490e8a482f07ce8c39d6a40bcff5abb24a38449a (patch)
treede1e826c9f779287c4e9c5afe40375da8bcbb995 /board
parent96093145cb6549a6058627a7aa196e86ac3911f4 (diff)
downloadchrome-ec-490e8a482f07ce8c39d6a40bcff5abb24a38449a.tar.gz
eoption: Remove unused eeprom option storage code
Signed-off-by: Anton Staaf <robotboy@chromium.org> BRANCH=None BUG=None TEST=make buildall -j Change-Id: I2174a904df160d19d47f1aa2d053349356cb4291 Reviewed-on: https://chromium-review.googlesource.com/297805 Commit-Ready: Anton Staaf <robotboy@chromium.org> Tested-by: Anton Staaf <robotboy@chromium.org> Reviewed-by: Aseda Aboagye <aaboagye@chromium.org> Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'board')
-rw-r--r--board/bds/board.h2
-rw-r--r--board/cyan/board.h1
-rw-r--r--board/glower/board.h1
-rw-r--r--board/mec1322_evb/board.h1
-rw-r--r--board/strago/board.h1
5 files changed, 0 insertions, 6 deletions
diff --git a/board/bds/board.h b/board/bds/board.h
index c4af34d253..e4b48c55de 100644
--- a/board/bds/board.h
+++ b/board/bds/board.h
@@ -13,7 +13,6 @@
/* LM4 modules we don't use on link but still want to keep compiling */
#define CONFIG_EEPROM
-#define CONFIG_EOPTION
#define CONFIG_PSTORE
/* Modules we want to exclude */
@@ -46,7 +45,6 @@ enum pwm_channel {
#include "gpio_signal.h"
/* EEPROM blocks */
-#define EEPROM_BLOCK_EOPTION 1 /* EC persistent options */
#define EEPROM_BLOCK_START_PSTORE 16 /* Host persistent storage */
#define EEPROM_BLOCK_COUNT_PSTORE 16
diff --git a/board/cyan/board.h b/board/cyan/board.h
index 670859a0ff..4425d01c8c 100644
--- a/board/cyan/board.h
+++ b/board/cyan/board.h
@@ -68,7 +68,6 @@
/* Modules we want to exclude */
#undef CONFIG_EEPROM
-#undef CONFIG_EOPTION
#undef CONFIG_PSTORE
#undef CONFIG_PECI
#undef CONFIG_PWM
diff --git a/board/glower/board.h b/board/glower/board.h
index 982c205501..5a1179bd31 100644
--- a/board/glower/board.h
+++ b/board/glower/board.h
@@ -63,7 +63,6 @@
/* Modules we want to exclude */
#undef CONFIG_ADC
#undef CONFIG_EEPROM
-#undef CONFIG_EOPTION
#undef CONFIG_PECI
#undef CONFIG_PSTORE
#undef CONFIG_PWM
diff --git a/board/mec1322_evb/board.h b/board/mec1322_evb/board.h
index 25b20618f7..4c566e7e9e 100644
--- a/board/mec1322_evb/board.h
+++ b/board/mec1322_evb/board.h
@@ -19,7 +19,6 @@
/* Modules we want to exclude */
#undef CONFIG_EEPROM
-#undef CONFIG_EOPTION
#undef CONFIG_PSTORE
#undef CONFIG_LID_SWITCH
#undef CONFIG_PECI
diff --git a/board/strago/board.h b/board/strago/board.h
index 9fc6dd8b8e..5939013fe7 100644
--- a/board/strago/board.h
+++ b/board/strago/board.h
@@ -106,7 +106,6 @@
#undef CONFIG_CONSOLE_CMDHELP
#undef CONFIG_CONSOLE_HISTORY
#undef CONFIG_EEPROM
-#undef CONFIG_EOPTION
#undef CONFIG_FANS
#undef CONFIG_PSTORE
#undef CONFIG_PECI