diff options
author | wuzhongtian <wuzhongtian@huaqin.corp-partner.google.com> | 2021-06-18 10:18:43 +0800 |
---|---|---|
committer | Commit Bot <commit-bot@chromium.org> | 2021-06-18 06:19:56 +0000 |
commit | d998a0ddccda21d15e5e0f6e08f5d2b1effff6b5 (patch) | |
tree | df74cc467e8739531ef857e9a5591f85016dfc11 | |
parent | 69b9b9d7e74e6aed462a3df154c8a0e6fd0ae128 (diff) | |
download | chrome-ec-d998a0ddccda21d15e5e0f6e08f5d2b1effff6b5.tar.gz |
Sasukette: generate locked image
Remove bringup configs to generate locked image for production.
BRANCH=dedede
BUG=b:191235324
TEST=make -j BOARD=sasukette
Signed-off-by: Zhongtian Wu <wuzhongtian@huaqin.corp-partner.google.com>
Change-Id: Ia0f76d2d2a6c423c1f3ff2781fe7a2e099407ed4
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2972164
Reviewed-by: Aseda Aboagye <aaboagye@chromium.org>
Commit-Queue: Aseda Aboagye <aaboagye@chromium.org>
-rw-r--r-- | board/sasukette/board.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/board/sasukette/board.h b/board/sasukette/board.h index 2e2e302ea8..6cc0d0009b 100644 --- a/board/sasukette/board.h +++ b/board/sasukette/board.h @@ -14,9 +14,7 @@ #undef GPIO_VOLUME_UP_L #undef GPIO_VOLUME_DOWN_L #undef CONFIG_VOLUME_BUTTONS - -/* System unlocked in early development */ -#define CONFIG_SYSTEM_UNLOCKED +#undef CONFIG_I2C_DEBUG /* EC console commands */ #define CONFIG_CMD_TCPC_DUMP |