From cda790178ee68b5d6d8143caa2d9ad69c7d7146e Mon Sep 17 00:00:00 2001 From: mike Date: Thu, 15 Sep 2022 14:16:24 +0800 Subject: steelix: disable BRINGUP Remove bringup config, the bringup state is completed, and this config caused a power sequence exception. BUG=b:241540339 BRANCH=none TEST=close lid, the dut can enter suspend state; open lid, the dut can wakeup normally. Signed-off-by: mike Change-Id: Idbe7dd6eb63c8e489b64f22180ac47a452564378 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3897919 Reviewed-by: Eric Yilun Lin Reviewed-by: wen zhang --- zephyr/projects/corsola/prj_npcx993_base.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/zephyr/projects/corsola/prj_npcx993_base.conf b/zephyr/projects/corsola/prj_npcx993_base.conf index 2d7cb009f2..f3b220898e 100644 --- a/zephyr/projects/corsola/prj_npcx993_base.conf +++ b/zephyr/projects/corsola/prj_npcx993_base.conf @@ -1,9 +1,7 @@ -# Copyright 2022 The ChromiumOS Authors +# Copyright 2022 The ChromiumOS Authors. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. -# Cros EC -CONFIG_PLATFORM_EC_BRINGUP=y # Bring up options CONFIG_PLATFORM_EC_SYSTEM_UNLOCKED=y -- cgit v1.2.1