summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhuohao Lee <zhuohao@chromium.org>2022-03-21 14:16:22 +0800
committerCommit Bot <commit-bot@chromium.org>2022-03-21 07:42:43 +0000
commitf9ee774c60a3d7775b9941fb3fb2c19d6a14fbcb (patch)
tree88e8dd213e09aa556ee5d7dba2a38636ad15f3c4
parentb259a4fe197fcc38e93330a31f3ad63b21440e62 (diff)
downloadchrome-ec-f9ee774c60a3d7775b9941fb3fb2c19d6a14fbcb.tar.gz
primus: remove CONFIG_SYSTEM_UNLOCKED
The CONFIG_SYSTEM_UNLOCKED is not required now. Let's remove it from the setting. BUG=b:225786668 TEST=make BOARD=primus Change-Id: I682e026e00122c5739e06eb2a91bc6184a52bbf1 Signed-off-by: Zhuohao Lee <zhuohao@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3537003 Reviewed-by: YH Lin <yueherngl@chromium.org> Commit-Queue: YH Lin <yueherngl@chromium.org>
-rw-r--r--board/primus/board.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/board/primus/board.h b/board/primus/board.h
index cd45084645..8687e96825 100644
--- a/board/primus/board.h
+++ b/board/primus/board.h
@@ -13,8 +13,6 @@
/* Baseboard features */
#include "baseboard.h"
-#define CONFIG_SYSTEM_UNLOCKED
-
/*
* This will happen automatically on NPCX9 ES2 and later. Do not remove
* until we can confirm all earlier chips are out of service.