summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Broch <tbroch@chromium.org>2017-05-16 12:36:50 -0700
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2017-05-17 12:25:36 +0000
commit82047ffeebbdce1a00b3ed5be7daa30ebfb276cc (patch)
tree3c31d1fd5a91c8c872de0910cceaf6e3375d952f
parent8829f102fb3efad806456bc17fd2c5c1051d85cd (diff)
downloadchrome-ec-82047ffeebbdce1a00b3ed5be7daa30ebfb276cc.tar.gz
glados & friends: remove typec console command to save flash space.
Signed-off-by: Todd Broch <tbroch@chromium.org> BUG=none TEST=all boards compile successfully Change-Id: I58f01919b0d6e61f9ce45af680b74879d0bd06c4 Reviewed-on: https://chromium-review.googlesource.com/506660 Commit-Queue: Todd Broch <tbroch@chromium.org> Tested-by: Todd Broch <tbroch@chromium.org> Reviewed-by: Benson Leung <bleung@chromium.org> Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
-rw-r--r--board/caroline/board.h1
-rw-r--r--board/cave/board.h1
-rw-r--r--board/chell/board.h1
-rw-r--r--board/glados/board.h1
-rw-r--r--board/kunimitsu/board.h1
-rw-r--r--board/lars/board.h1
-rw-r--r--board/sentry/board.h1
7 files changed, 7 insertions, 0 deletions
diff --git a/board/caroline/board.h b/board/caroline/board.h
index b8e5f588e3..844a832676 100644
--- a/board/caroline/board.h
+++ b/board/caroline/board.h
@@ -176,6 +176,7 @@
#undef CONFIG_CMD_SYSJUMP
#undef CONFIG_CMD_TEMP_SENSOR
#undef CONFIG_CMD_TIMERINFO
+#undef CONFIG_CMD_TYPEC
#undef CONFIG_CONSOLE_CMDHELP
#undef CONFIG_CONSOLE_HISTORY
#undef CONFIG_PECI
diff --git a/board/cave/board.h b/board/cave/board.h
index 9403acc166..ce4ec56b78 100644
--- a/board/cave/board.h
+++ b/board/cave/board.h
@@ -187,6 +187,7 @@
#undef CONFIG_CMD_SYSJUMP
#undef CONFIG_CMD_TEMP_SENSOR
#undef CONFIG_CMD_TIMERINFO
+#undef CONFIG_CMD_TYPEC
#undef CONFIG_CONSOLE_CMDHELP
#undef CONFIG_CONSOLE_HISTORY
#undef CONFIG_PECI
diff --git a/board/chell/board.h b/board/chell/board.h
index 9b38d07623..2c9ded4601 100644
--- a/board/chell/board.h
+++ b/board/chell/board.h
@@ -140,6 +140,7 @@
#undef CONFIG_CMD_HASH
#undef CONFIG_CMD_TEMP_SENSOR
#undef CONFIG_CMD_TIMERINFO
+#undef CONFIG_CMD_TYPEC
#undef CONFIG_CONSOLE_CMDHELP
#undef DEFERRABLE_MAX_COUNT
diff --git a/board/glados/board.h b/board/glados/board.h
index b10d6238ea..3adca7bf91 100644
--- a/board/glados/board.h
+++ b/board/glados/board.h
@@ -142,6 +142,7 @@
#undef CONFIG_CMD_HASH
#undef CONFIG_CMD_TEMP_SENSOR
#undef CONFIG_CMD_TIMERINFO
+#undef CONFIG_CMD_TYPEC
#undef CONFIG_CONSOLE_CMDHELP
#undef DEFERRABLE_MAX_COUNT
diff --git a/board/kunimitsu/board.h b/board/kunimitsu/board.h
index 5fd13b9579..f18a90d4f9 100644
--- a/board/kunimitsu/board.h
+++ b/board/kunimitsu/board.h
@@ -163,6 +163,7 @@
#undef CONFIG_CMD_IDLE_STATS
#undef CONFIG_CMD_TEMP_SENSOR
#undef CONFIG_CMD_TIMERINFO
+#undef CONFIG_CMD_TYPEC
#undef CONFIG_CONSOLE_CMDHELP
#undef CONFIG_CONSOLE_HISTORY
#undef CONFIG_PECI
diff --git a/board/lars/board.h b/board/lars/board.h
index 0df3062ca2..975eebaacd 100644
--- a/board/lars/board.h
+++ b/board/lars/board.h
@@ -142,6 +142,7 @@
#undef CONFIG_CMD_HASH
#undef CONFIG_CMD_TEMP_SENSOR
#undef CONFIG_CMD_TIMERINFO
+#undef CONFIG_CMD_TYPEC
#undef CONFIG_CONSOLE_CMDHELP
#undef CONFIG_CONSOLE_HISTORY
#undef CONFIG_PECI
diff --git a/board/sentry/board.h b/board/sentry/board.h
index 266d605627..95d0bb5026 100644
--- a/board/sentry/board.h
+++ b/board/sentry/board.h
@@ -154,6 +154,7 @@
#undef CONFIG_CMD_IDLE_STATS
#undef CONFIG_CMD_TEMP_SENSOR
#undef CONFIG_CMD_TIMERINFO
+#undef CONFIG_CMD_TYPEC
#undef CONFIG_CONSOLE_CMDHELP
#undef CONFIG_CONSOLE_HISTORY
#undef CONFIG_PECI