From f9ee774c60a3d7775b9941fb3fb2c19d6a14fbcb Mon Sep 17 00:00:00 2001 From: Zhuohao Lee Date: Mon, 21 Mar 2022 14:16:22 +0800 Subject: 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 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3537003 Reviewed-by: YH Lin Commit-Queue: YH Lin --- board/primus/board.h | 2 -- 1 file changed, 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. -- cgit v1.2.1