From 17c81a8d9d0979ceba1e247ff8d79215bfba2412 Mon Sep 17 00:00:00 2001 From: Andrew McRae Date: Fri, 17 Jul 2020 12:16:54 +1000 Subject: Puff: Remove CONFIG_SYSTEM_UNLOCKED In readiness for production, turn off CONFIG_SYSTEM_UNLOCKED. BUG=b:161495311 TEST=Run test platform_ServoPowerStateController_USBPluggedin BRANCH=none Signed-off-by: Andrew McRae Change-Id: Iac6eb3c785a8bdf56f01c58edb96abd0eebc1688 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2304229 Reviewed-by: Peter Marheine Commit-Queue: Andrew McRae Tested-by: Andrew McRae --- board/puff/board.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/board/puff/board.h b/board/puff/board.h index 10f5d526ab..6a845bfdae 100644 --- a/board/puff/board.h +++ b/board/puff/board.h @@ -11,10 +11,6 @@ #undef CONFIG_UART_TX_BUF_SIZE #define CONFIG_UART_TX_BUF_SIZE 4096 -/* Bringup/debug config items. Remove before shipping. */ -#define CONFIG_SYSTEM_UNLOCKED - - /* NPCX7 config */ #define NPCX7_PWM1_SEL 0 /* GPIO C2 is not used as PWM1. */ #define NPCX_UART_MODULE2 1 /* GPIO64/65 are used as UART pins. */ -- cgit v1.2.1