summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongBeum.Ha <ybha@samsung.corp-partner.google.com>2022-01-07 16:07:09 +0900
committerCommit Bot <commit-bot@chromium.org>2022-01-09 05:38:20 +0000
commit3416f628320b7bfbcec2728663e8c5dab984800e (patch)
treeae5fe5f14c9d2723f9702e8c49cdb8eb808967fc
parent596a6254a87227b57abd22c835b543b77e7cd882 (diff)
downloadchrome-ec-3416f628320b7bfbcec2728663e8c5dab984800e.tar.gz
bugzzy : Remove the bring-up features
Remove all the bring-up features. BUG=b:211884285 BRANCH=None TEST=make -j BOARD=bugzzy Signed-off-by: YongBeum.Ha <ybha@samsung.corp-partner.google.com> Change-Id: I04a438e9c75b30393ff970db8fd26a7a8db139b2 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3372129 Reviewed-by: Henry Sun <henrysun@google.com> Reviewed-by: Diana Z <dzigterman@chromium.org> Commit-Queue: Henry Sun <henrysun@google.com>
-rw-r--r--board/bugzzy/board.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/board/bugzzy/board.h b/board/bugzzy/board.h
index 115c3a2f1e..7782cecbe0 100644
--- a/board/bugzzy/board.h
+++ b/board/bugzzy/board.h
@@ -11,12 +11,7 @@
#define VARIANT_DEDEDE_EC_NPCX796FC
#include "baseboard.h"
-/*
- * Keep the system unlocked in early development.
- * TODO(b/151264302): Make sure to remove this before production!
- */
-#define CONFIG_SYSTEM_UNLOCKED
-
+#undef CONFIG_I2C_DEBUG
/*
* The RAM and flash size combination on the the NPCX797FC does not leave
* any unused flash space that can be used to store the .init_rom section.