summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJett Rink <jettrink@chromium.org>2019-04-02 08:51:04 -0600
committerchrome-bot <chrome-bot@chromium.org>2019-04-03 18:13:59 -0700
commit0f06fdbcdbf422149d7f5bb9ef969fa119505fbc (patch)
treea5777a084850ad0d37bd78900f143078fa437c77
parent689f076d7e82e9739574641555fa936fd6dcc2c9 (diff)
downloadchrome-ec-0f06fdbcdbf422149d7f5bb9ef969fa119505fbc.tar.gz
arcada_ish: remove unlocked config option
The Unlocked config option doesn't really even apply to arcada, remove as we get further along. BRANCH=none BUG=none TEST=Flashed on to arcada without issue. Change-Id: I1de4508a7fa7ee51f562a8806e6a1bbf13f40135 Signed-off-by: Jett Rink <jettrink@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1548504 Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
-rw-r--r--board/arcada_ish/board.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/board/arcada_ish/board.h b/board/arcada_ish/board.h
index cdaf26e36a..0d638dcdb9 100644
--- a/board/arcada_ish/board.h
+++ b/board/arcada_ish/board.h
@@ -9,12 +9,6 @@
#define __CROS_EC_BOARD_H
/*
- * Allow dangerous commands.
- * TODO: Remove this config before production.
- */
-#define CONFIG_SYSTEM_UNLOCKED
-
-/*
* By default, enable all console messages except HC, ACPI and event
* The sensor stack is generating a lot of activity.
*/