summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorEdward Hill <ecgh@chromium.org>2020-07-08 11:32:38 -0600
committerCommit Bot <commit-bot@chromium.org>2020-07-09 02:08:12 +0000
commit757a836270f3b3b8890f3c68470b657a63ff7b5a (patch)
tree279cbe572fbac2bf8a1d6a3c2a8cd12a224da7ea /board
parentb371bfa033b3880f5303ef4818542fdf8d320972 (diff)
downloadchrome-ec-757a836270f3b3b8890f3c68470b657a63ff7b5a.tar.gz
Zork: Remove CONFIG_SYSTEM_UNLOCKED
Remove CONFIG_SYSTEM_UNLOCKED and CONFIG_I2C_DEBUG from all Zork boards. BUG=b:138601010 BRANCH=none TEST=none Signed-off-by: Edward Hill <ecgh@chromium.org> Change-Id: I846335e8402b719bbbf5711aa805b727a0902919 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2288153 Reviewed-by: Denis Brockus <dbrockus@chromium.org>
Diffstat (limited to 'board')
-rw-r--r--board/berknip/board.h7
-rw-r--r--board/dalboz/board.h7
-rw-r--r--board/ezkinil/board.h7
-rw-r--r--board/morphius/board.h7
-rw-r--r--board/trembyle/board.h7
-rw-r--r--board/vilboz/board.h7
-rw-r--r--board/woomax/board.h7
7 files changed, 0 insertions, 49 deletions
diff --git a/board/berknip/board.h b/board/berknip/board.h
index 03624c2758..9cd31b4f85 100644
--- a/board/berknip/board.h
+++ b/board/berknip/board.h
@@ -13,13 +13,6 @@
#include <stdbool.h>
#include "baseboard.h"
-/*
- * Allow dangerous commands.
- * TODO: Remove this config before production.
- */
-#define CONFIG_SYSTEM_UNLOCKED
-#define CONFIG_I2C_DEBUG
-
#define CONFIG_MKBP_USE_GPIO
/* Motion sensing drivers */
diff --git a/board/dalboz/board.h b/board/dalboz/board.h
index 8e43aac31e..9fa8ac6094 100644
--- a/board/dalboz/board.h
+++ b/board/dalboz/board.h
@@ -13,13 +13,6 @@
#include <stdbool.h>
#include "baseboard.h"
-/*
- * Allow dangerous commands.
- * TODO: Remove this config before production.
- */
-#define CONFIG_SYSTEM_UNLOCKED
-#define CONFIG_I2C_DEBUG
-
#define CONFIG_IO_EXPANDER_PCAL6408
#define CONFIG_MKBP_USE_GPIO
diff --git a/board/ezkinil/board.h b/board/ezkinil/board.h
index 00bb6b935f..eb755cf5d5 100644
--- a/board/ezkinil/board.h
+++ b/board/ezkinil/board.h
@@ -11,13 +11,6 @@
#include <stdbool.h>
#include "baseboard.h"
-/*
- * Allow dangerous commands.
- * TODO: Remove this config before production.
- */
-#define CONFIG_SYSTEM_UNLOCKED
-#define CONFIG_I2C_DEBUG
-
#define CONFIG_MKBP_USE_GPIO
#define CONFIG_FAN_RPM_CUSTOM
diff --git a/board/morphius/board.h b/board/morphius/board.h
index 6e3e0a08d2..a517e061b7 100644
--- a/board/morphius/board.h
+++ b/board/morphius/board.h
@@ -13,13 +13,6 @@
#include <stdbool.h>
#include "baseboard.h"
-/*
- * Allow dangerous commands.
- * TODO: Remove this config before production.
- */
-#define CONFIG_SYSTEM_UNLOCKED
-#define CONFIG_I2C_DEBUG
-
#define CONFIG_USBC_RETIMER_PI3DPX1207
#define CONFIG_MKBP_USE_GPIO
#define CONFIG_8042_AUX
diff --git a/board/trembyle/board.h b/board/trembyle/board.h
index ee490f3261..7a28379233 100644
--- a/board/trembyle/board.h
+++ b/board/trembyle/board.h
@@ -13,13 +13,6 @@
#include <stdbool.h>
#include "baseboard.h"
-/*
- * Allow dangerous commands.
- * TODO: Remove this config before production.
- */
-#define CONFIG_SYSTEM_UNLOCKED
-#define CONFIG_I2C_DEBUG
-
#define CONFIG_USBC_RETIMER_PI3DPX1207
#define CONFIG_MKBP_USE_GPIO
diff --git a/board/vilboz/board.h b/board/vilboz/board.h
index 5eb81b2cf2..e6d89f3969 100644
--- a/board/vilboz/board.h
+++ b/board/vilboz/board.h
@@ -13,13 +13,6 @@
#include <stdbool.h>
#include "baseboard.h"
-/*
- * Allow dangerous commands.
- * TODO: Remove this config before production.
- */
-#define CONFIG_SYSTEM_UNLOCKED
-#define CONFIG_I2C_DEBUG
-
#define CONFIG_MKBP_USE_GPIO
#define CONFIG_USB_PD_PORT_MAX_COUNT 1
diff --git a/board/woomax/board.h b/board/woomax/board.h
index 13bc5da030..2a67604645 100644
--- a/board/woomax/board.h
+++ b/board/woomax/board.h
@@ -13,13 +13,6 @@
#include <stdbool.h>
#include "baseboard.h"
-/*
- * Allow dangerous commands.
- * TODO: Remove this config before production.
- */
-#define CONFIG_SYSTEM_UNLOCKED
-#define CONFIG_I2C_DEBUG
-
#undef CONFIG_USB_PORT_POWER_SMART_PORT_COUNT
#define CONFIG_USB_PORT_POWER_SMART_PORT_COUNT 1
#define CONFIG_USBC_RETIMER_PI3DPX1207