summaryrefslogtreecommitdiff
path: root/board/delbin
diff options
context:
space:
mode:
authorZhuohao Lee <zhuohao@chromium.org>2021-01-14 16:11:37 +0800
committerCommit Bot <commit-bot@chromium.org>2021-01-15 03:01:55 +0000
commit9513a57c87a12f2533efcbe26cc338c209a81b42 (patch)
tree031a11c01a0b783aac3b9f8f24def80996e4adf4 /board/delbin
parent7a399270d5d5b2f316386673eaf5fff49b36233a (diff)
downloadchrome-ec-9513a57c87a12f2533efcbe26cc338c209a81b42.tar.gz
Delbin: undef CONFIG_SYSTEM_UNLOCKED
We're going to qualify the firmware. So, undef CONFIG_SYSTEM_UNLOCKED. BUG=b:174960831 BRANCH=firmware-volteer-13672.B TEST=make BOARD=delbin check the .config Change-Id: I2fbe0076ecf9bfc894b7da1ee449f7d6142e5c0c Signed-off-by: Zhuohao Lee <zhuohao@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2627540 Commit-Queue: YH Lin <yueherngl@chromium.org> Reviewed-by: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'board/delbin')
-rw-r--r--board/delbin/board.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/delbin/board.h b/board/delbin/board.h
index fbeac48f62..540aab0da7 100644
--- a/board/delbin/board.h
+++ b/board/delbin/board.h
@@ -23,7 +23,7 @@
#define NPCX_PWM1_SEL 0 /* GPIO C2 is not used as PWM1. */
/* Optional features */
-#define CONFIG_SYSTEM_UNLOCKED /* Allow dangerous commands while in dev. */
+#undef CONFIG_SYSTEM_UNLOCKED /* Allow dangerous commands while in dev. */
#define CONFIG_VBOOT_EFS2